Can’t View Screens List in Atlassian Jira (Fixed!)

Today we will talk about a trick to fix a well-known problem in the Atlassian Jira world. In this Community post we can see someone who has experienced it: https://community.atlassian.com/t5/Jira-Core-Server-questions/Can-t-View-Screens-List/qaq-p/1814806 The solution to that problem can be found in this Atlassian ticket:https://jira.atlassian.com/browse/JRASERVER-72924 The bug occurs when trying to search for a screen using Jira’s native…

Read More

Create Confluence Cloud spaces from Jira Cloud Workflow Postfunction (with Scriptrunner)

First of all, create a new API Key Token: Create an API key: https://id.atlassian.com/manage/api-tokens# Combine the key with login name in base64 string, go to https://www.base64encode.org/  Format is loginname:API-key exampel: email@email.com:ABCDE12345 give result: a3Jpc3Rlci5icm9tYW5AYWR2YW5pYS5zZTpBQkNERTEyMzQ1 Combine this with the authentication type in the below case a basic so the full text is: Basic a3Jpc3Rlci5icm9tYW5AYWR2YW5pYS5zZTpBQkNERTEyMzQ1  Now we are ready to create the…

Read More

How to configure SSL MySQL for Jira Server and Confluence Server

To connect Jira & Confluence using SSL with MySQL we need to download the MySQL certificates. Once downloaded (mysql-server-cert.pem, client-cert.pem and client-key.pem), we need to convert to a keystore format to be imported in Java when the services are started. How to convert the MySQL certificates and store it in Jira & Confluence? Using “Keytool”…

Read More