JIRA Misc Workflow Extensions - transientVars?

Geri August 25, 2014

In a post function of JIRA Misc Workflow Extensions how can I access the issue fields on the screen (form)? When I access issue.get or even issueObject I can only see the original values. I can't access transientVars.

1 answer

1 accepted

0 votes
Answer accepted
Thomas Heidenreich
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 25, 2014

If you want to access the values just entered on a screen try using the "request" variable and get the parameters from the POST.

Otherwise they should be the issues current values if you put your action after the database update post-function.

Geri August 25, 2014

Thank you Thomas, reordering my post functions solved my problem!

Suggest an answer

Log in or Sign up to answer