The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automate a workflow transition with a transition screen from a post function

Becky Compton
August 23, 2018

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)?

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
David Fischer
Community Champion
September 17, 2018

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...