Set a countdown to your Banner Announcements for maintenances in JIRA
Set in the Announcement banner of jira a code like this:
Read MoreJIRA New Listener example: Clone ticket and Link and add Watchers
New example… remember, to add watchers to the ticket, the ticket must be created previously
Read MoreNew custom Listener for JIRA 6: Add label / Set label when issue created in project X
Veryyyy easy!
Read MoreNew JIRA Listener example: Copy ticket & link
My new addon for JIRA: JiraSupport Admin Tools
If your JIRA is a large instance, you probably use & abuse of the Web browser functionality : “search”… for customfields, workflows, workflow schemes, permissions schemes, views, DVCS repos … with this plugin, this functionality is added in the top buttons of each view of the project administration artifacts (with the autocomplete option)… it’s a…
Read More
Measure timings of REST WS calls to JIRA with SoapUI
SOAPUI is the best interface to make tests to JIRA Web Services. And it’s free. Download SOAPUI It’s very easy, only install and make the test. Set the Endpoint to your JIRA URL Domain and protocol (http or https) and put the resource URL to the REST Endpoint (like /rest/api/2/PROJECT-NUM/worklog to put worklog in an…
Read MoreLastComment : New Custom Field in JIRA
Download the plugin Kepler Custom Fields Create a SIL Script Custom Field In the custom field configuration set a new script like this: return getLastComment(key)[“text”]; Insert the custom field in the screen That’s all! SIL Syntax programming
Read More
Jirasupport Toolkit for Awesome JIRA Admins
Hi people, My new plugin is coming! If your JIRA is a large instance, you probably use & abuse of the Web browser functionality : “search”… for customfields, workflows, workflow schemes, permissions schemes, views, DVCS repos … with this plugin, this functionality is added in the top buttons of each view of the project administration artifacts…
Read MoreLasCommentContains: New JQL custom function in groovy
Syntax: issueFunction in LastCommentContains(” query…”, “text to find”) Isn’t Key Sensitive
Read MoreHow to create and configure CC (Participant) field in JIRA
To enable users to create and configure CC or participant field in JIRA. Create a Custom Field called CC with custom field type as User Picker (multiple user). Add the newly created Custom Field CC to the relevant Screens that you require it for. Go to the relevant project’s Notification Scheme and add notification for…
Read More
Transform JIRA 6 Project Navigator in the new JIRA 7 Project Navigator with a Dark Feature!
Login as an administrator and go to [BASE-URL]/secure/SiteDarkFeatures!default.jspa In the Enable Dark Feature text field add com.atlassian.jira.projects.ProjectCentricNavigation This will enable the navigation sidebar for ALL users
Read More




