Forums

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

MAX NO OF POSTFUNCTIONS THAT CAN BE IN SINGLE TRANSITION

siva
Contributor
January 11, 2019

how many postfunctions does jira transition is capable of .

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
January 11, 2019

Lots.  Technically, the limit is "as many as you can fit into the xml that the workflow is stored in in the database" - the post-functions are encoded as a block of xml text that points to a class to call, with any parameters you've set.  This means the technical limit depends on what you've added to the workflow

In real life, it's "high enough".  You can add loads, but each one takes time to run and you will eventually get to a point where the transition processing takes too long to be acceptable to the users. 

Never add that many - in fact, a simple rule is that if you are thinking of adding more than 5, you should probably start looking at why - what is broken in the process that means you are adding so much?

Chozo
Contributor
July 9, 2020

Thanks @Nic Brough -Adaptavist- 
Perfect answer to understand it. Helps me alot. 

Suggest an answer

Log in or Sign up to answer