Black JIRA

Sometimes, the JIRA Admins spend a lot of time viewing JIRA screens, and by default, the background of these screens are WHITE… it’s very hard for my eyes… As possible solution, we can solve this problem installing a plugin in our Google Chrome Browser called “Stylish“. You can download free here. Once installed in the…

Read More

JIRA Scriptrunner REST Endpoint & Web Fragment example

This example show a button in the “More” option of the issue tickets called “Approve this issue“. This button call a Scriptrunner REST custom Endpoint and returns a “flag” Object to be shown as alert in the ticket. First go to “Add-ons-> Scriptrunner –> REST Endpoints” and add this script: Then save the REST Endpoint.…

Read More

Confluence trick to create pages from blueprint templates

You can easily create a HTML Link or ACTION BUTTON to create faster a page from Blueprint Template. PUT THIS URL in the LINK: https://jira.XXX.XXX/wiki/pages/createpage-entervariables.action?templateId=XXXXXX&spaceKey=YYYYY&title&newSpaceKey=YYYYYY&fromPageId=ZZZZ Replace the XXXXX variable by the ID of the Blueprint Template Replace the YYYYY variable by the ID of the Space Replace the ZZZZZ variable by the ID of the…

Read More