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

How to print custom PDF templates of Jira tickets using Confluence

In this example, we will create a Confluence page and we will use it as “Template” to print documents (in this case issue tickets) in PDF or directly to the printer. Based on this exercise:  How to show Jira ticket fields in Confluence pages As prerequisites we need: Jira Server Confluence Server Optional: Atlassian Crowd to…

Read More