JMWE for Jira Cloud: Sequence of post-functions

sequence-of-post-functions
Dan Tombs

Dan Tombs

Nov 22, 2021

In Jira Cloud, during a transition, all post-functions run in parallel. Often, however, you need actions to be executed in sequential order. This post-function, Sequence of Post-functions, allows you to combine several JMWE post-functions into one sequence so that they can all run in a predefined order.


For example, if you need, during a transition, to first create a new issue and then send a notification email mentioning the new issue, you need to make sure that the first post-function has finished running before starting the second one. The sequence would ensure that it runs properly.

It's very easy to set up:

Just add this post function to a transition, and then you'll be able to add and reorganize other JMWE post-function right inside it. You even have an option to stop execution if one of the post functions fails.

Sequence of post functions

Keep in mind that the Sequence of Post-functions guarantees the order of events and replaces the need for using the delayed execution option in other JMWE post functions. However, suppose in addition to the Sequence of Post-functions, you also have additional post functions configured. In that case, you have an option to enable delayed execution and therefore ensure that it will run after other post-functions run.


Read the documentation

Dan Tombs

Dan Tombs

Dan Tombs is a Solution Architect at Appfire with hands-on experience across the Atlassian ecosystem since 2016. He’s worked with end customers, solution partners, and now helps teams thrive by shaping tools and processes around how they actually work and not the other way around. Dan champions automation as a path to scaling productivity, reducing context switching, and unlocking what teams do best.