I have a workflow transition that has a transition screen, but once that transition is complete, I would like to kick off another transition (with a transition screen) so the user gets another screen to enter data into.
When I use a post function on the first transition to kick off the second transition (JMWE), the transition screen to the second transition never shows up. How do I automate the second transition(and display its screen to the user)?
Community moderators have prevented the ability to post new answers.
Hi Becky,
Jira simply doesn't support triggering an interactive transition. The reason is simple: post-functions run on the Jira Server and have no access to the user's browser, while transition screens run inside the browser...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.