How to Show/Hide Custom Field depend on another custom Field Value in JIRA
Copy this code in the description of a custom field (in the Field Configuration linked to the project)
Read More
How to Hide JIRA default fields from issue page
Copy this code in the description of a custom field (in the Field Configuration linked to the project)
Read More
How to Hide the “Configure Fields” Button on the Create Issue Screen in JIRA
Copy this code in the description of a custom field (in the Field Configuration linked to the project) Result:
Read MoreTutorial – Creating a project template with Standalone artifacts in JIRA
First create the plugin like the Atlassian recommendations Additionally in the dependences ( pom.xml ) put this dependences Additionally in the MyAddProjectHook put this code to create a new scheme for all artifacts, additionally you can create a Permission Scheme called “Template”, in this case this permissions will be cloned also:
Read MoreTrick to navigate Prev/Next with Anchors in Confluence
If you want to navigate Prev/Next anchor with your Chrome between different anchors in the same page of Confluence, there is a trick to do that with a Javacript Macro in the Confluence Page. Insert into the page this piece of code, that’s all!
Read More