Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field in Script Runner Post function comment linked issues

Petr Novy August 15, 2016

Script runner offers post function Adds a comment to linked issues when this issue is transitioned.

There is example value 

Blocking issue $issue resolved with resolution <% out << issue.resolution?.name %>

How it is possible to reference value of issue (the one being transitioned) in the comment?

For example if custom field is called "Deliverables" and it is multi line string field.

1 answer

1 accepted

4 votes
Answer accepted
adammarkham
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 15, 2016

You can use the following syntax in the template to write Groovy code:

&lt;% out &lt;&lt; issue.getCustomFieldValue(com.atlassian.jira.component.ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName("Deliverables")) %&gt;

Its not pretty but this is the way to do this. In the next release of ScriptRunner 4.3.6 we will be making this easier in the send custom email script so keep a look out for that.

Please see here for more information on Groovy templates: http://docs.groovy-lang.org/latest/html/documentation/template-engines.html

Petr Novy August 15, 2016

Works perfectly, thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, aafp, jira migration, marketing collaboration, end siloed work, streamline workflows, kerrie gottschalk, jira cloud admins, unified marketing, process visibility, team efficiency, cross-team collaboration

How Kerrie Gottschalk unified AAFP’s marketing team with Jira

At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.

Read the story
AUG Leaders

Atlassian Community Events