No permission scheme is associated with project ‘XXXX’ (QuickFix for Jira with Groovy script)

If your Jira server log is reporting this error: No permission scheme is associated with project ‘XXXX’ Try to launch a Groovy script like this to fix the error. Remember to set the PROJECT_KEY of the project affected, and a PERMISSION_SCHEME existent in your Jira. We recommed to use plugins like Adaptavist Scriptrunner or MyGroovy…

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

Catalina.out – another tip

Catalina.out is very important, but if you have problems with disk free size, may be useful work with *.properties files to reduce the row logged. Let me explain 🙂 Scenario Every time a user reference an issue in Jira, some rows are added to Catalina.out, like following examples. 2016-02-19 15:12:07,840 http-nio-8032-exec-2 WARN admin 912x1017x1 g2ksfs…

Read More

How to make text field (multi-line) custom field support richtext/wiki format in Jira like the Description System field.

If you want to see your text field multi-line customfields in JIRA like the system field “Description“, it’s very easy. Just create the field (text field multi-line), and in the Field Configuration Scheme of the project change the field Render to “Wiki Style“. This is all! (Click here to see how to construct your Description…

Read More