How do I call other variables for groovy scripting in JIRA?

Eugene Domingo October 18, 2012

I'm new to using the Script Runner plugin. I don't have much Groovy or JavaScript background but I have a lot of Bash scripting and C programming background.

As in the picture, I can use $issue in the subject to show the ticket number in email. But how do I call other variables? I can't find any list or anything on what other variables I can use. I would like to use other variables such as:

  • summary
  • description
  • custom fields

I did figure out that issue.getReporterId() gets the username.

Any help on this would be greatly appreciated. Thanks.

1 answer

1 accepted

1 vote
Answer accepted
JamieA
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.
November 20, 2012

You need to use the api docs to work out that issue.summary gets the summary, same for description. I've documented this somewhere...

There is no shortcut to familarising yourself with the api.

In terms of what else is in the script binding, I think nothing much in that case, just "issue".

Eugene Domingo November 20, 2012

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events