Enable https and Apache Proxy in your Jira Server

This post can be the continuation of this: Useful links to install Jira Server on Google Cloud In this case, we want to install a Proxy Server (can be Apache or Nginx for example). To install Apache in a Linux Debian installation: apt-get update apt-get install apache2 To start the service: sudo service apache2 start Enable mod_proxy modules…

Read More

Customizing Jira Service Desk PORTAL – How to ….

PORTAL is the name of Customer point-of-access for Jira Service Desk request. In this post we will show how configure and customize it, using both out-of-the-box features and specific addons.   Basic customization Jira Service Desk Out-of-the-box provides some graphical customizations, like: PORTAL logo and colors Names and project descriptions and so forth 🙂 As…

Read More