How to create a Jira custom field with options from an external REST API

To do this exercise, we will use the famous plugin for Jira called Adaptavist Scriptrunner. First step, we need to create a REST Endpoint in our Jira Server. This REST Endpoint will query the external REST API to obtain the values and options (In this example we will query GitHub to obtain a list of…

Read More

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