Examples of updating an issue using fields. Example of assigning an issue to user “harry” This simple edit Request example input data Response You should just receive a response with a status of “204 No Content” Example of updating many fields at the same time Here we update the assignee and also the summary, priority,…
Read MorePermissions based on Workflow Status in JIRA
In the Workflow transition properties you can set diverse permissions restrictions like this: jira.permission.comment.group=group jira.permission.comment.denied=true/false jira.permission.edit.group.1=group1 jira.permission.edit.group.2=group2 jira.permission.modifyreporter.user=username jira.permission.delete.projectrole=10000 jira.permission.subtasks.delete.projectrole=10000 jira.permission.close.user=username jira.issue.editable=false … You can see more permissions and terminology in this link
Read MoreHow to set format to the value of a Custom Field calculated in JIRA with JIRA MISC addon
Very easy, first see this instructions to create the Custom Field To remove the decimal part of the resulting number from a division of two custom fields for example, and for adding the final character “%”, you can try to set in the “description” of the custom field (of type “Calculated Number”… for example) a…
Read MoreHow to create a Custom URL field with title in JIRA
Very easy with Adaptavist Scriptrunner / Groovy Scriptrunner Create a new field of type “Script Field Scriptrunner” Then go to “cog icon” –> Add-ons –> SCRIPTRUNNER –> Script Fields Select “Template” HTML Then in the script line add a code like this: NOTE: You can avoid a lot of lines of my code, it’s only…
Read MoreGroovy REST WS call example to TEMPO JIRA plugin
How to restrict resolution options in JIRA
Very easy! Edit the Workflow transition to “CLOSED“ Click on “Properties“ Add this pair “key – value” jira.field.resolution.include = id_resolution_1, id_resolution_1023, .. That’s all!
Read MoreHow to create a new JIRA Scripted Custom Field obtaining LDAP attributes
Very simple! Download the plugin Kepler Custom Fields Create a SIL Script Custom Field In the custom field configuration set a new script like this: return ldapUserRecord(“attribute”, “”, “”, “”, “user@example.com”, “user”); Remember to configure the LDAP connection Go to “Cog icon” –> Addons –> KEPLER –> LDAP Configuration URL = ldap://localhost:389 BIND USER =…
Read MoreNew JIRA Cloud development environment FREE!
Info extracted from: “https://developer.atlassian.com/blog/2016/04/cloud-ecosystem-dev-env/?utm_source=newsletter&utm_medium=email&utm_campaign=developer-newsletter_may-2016” Cloud development instances “In order to make the cloud development experience better, we have designed a new environment for you that includes free development instances exclusively for add-on developers. When you sign up for a developer instance, you will get: JIRA Core: 5 users free JIRA Software: 5 users free Confluence:…
Read MoreSome visitors of Jirasupport works for…
MUCHAS GRACIAS POR TU VISITA!! MANY THANKS FOR YOUR VISIT!! AND MORE AND MORE…. 😀 THANKS!!
Read MoreNew JIRA Groovy Script Example: Create User Epics from the JIRA Directory X and Link tickets with the Epic Link
See this code…
Read MoreNew Example of Groovy JIRA Service to CLOSE issues in 5 days and send mail with Survey of Google Forms
See this code:
Read More
My first Magazine
I’m trying to do a “Magazine” … ^^ it’s hard… and tedious :S LINK: https://madmagz.com/magazine/783896
Read More




