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: 

in workflow advanced properties , in which sequence the properties work

Shivaraj kumar
December 24, 2019

triiger,properties,validators,post functions,conditions which executes first 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
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 Champions.
December 24, 2019

Two of them do not have an "order", they don't have a timing cycle

  • Properties are not actions, they're data that sits in the workflow (and other places) providing extra data, which is read by other things.
  • Triggers are not quite actions either.  They are dedicated hooks that allow actions (generally external to Jira, and usually build and automation tools) to start workflow transitions.

The other three do have a timeline.

  • A condition is run when deciding whether someone or something can use a transition at all
  • A validator runs after any user input on a transition (which may be as simple as "do transition", but could include data entry on a screen).  It usually checks for bad data
  • A post-function runs at the end of a transition, after it's passed all validators and is going to happen.  Typically they update data - the five system ones for example actually save the changes, update the index, fire events etc
0 votes
Milan Chheda [INFOSYSTA]
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 Champions.
December 24, 2019

I think, it follows:

  1. Properties
  2. Triggers
  3. Conditions
  4. Validations
  5. Post Functions