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.
You can use the following syntax in the template to write Groovy code:
<% out << issue.getCustomFieldValue(com.atlassian.jira.component.ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName("Deliverables")) %>
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.