Issue key variable?

Adam Piotrowicz October 23, 2016

Is it possible to use any variable that would return issue key value in Message Custom Field type field?

1 answer

0 votes
Mahesh S
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.
October 24, 2016

I hope this is the one you are looking for.

Use a scripted field, if you have a script runner plugin and use the below groovy script to return the JIRA issue key.

return issue.getKey()

Suggest an answer

Log in or Sign up to answer