Workflow [JIRA] - Go to two statuses at the same time

Antoine
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.
August 5, 2016

Hello all,

 

I wonder if it's possible to go in two branchs of a workflow at the same time. I mean, in example, i've a workflow like the one in attached file, if i want to go to "Validator 1" And "Validator 2", take both paths.

 

Workflow - JIRA.PNG

2 answers

1 accepted

1 vote
Answer accepted
Antoine
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.
August 22, 2016

Done,

I configured a serial workflow, linked to a screen notifications that notifies the right people, at the transition

 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 23, 2016

If it's "done", please accept the correct answer, or tell us how you fixed it.

2 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 5, 2016

No. You need to analyze why you think that is needed and design a workflow that fulfills the requirement. For instance if you need two people to approve the work go on. Call them V1 and V2. Have three transition. Two transitions; one for V1 and one for V2 that only members in that role can execute and one for when they other two are completed. The transition screens for V1 and V2  would have a field Vx Decision. The users selects a value, say approve or reject, during the transition and the issue returns to the original status. When both the Vx Decision fields are filled the third transition will be allowed to go to the next step; Analyzed. It won't be visible as an option until the two fields are filled. I've used this logic for approvals for up to 10 approvers. 

Antoine
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.
August 5, 2016

How can i take in params, the contents of the Vx Decision field ?

"when they other two are completed." how could i do that ?

Do you have a schema ?

Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 5, 2016

Create custom fields. I suggest a select list so you can test the answer. If you just want to know if anything was put in you can use a text field. You use a validator on the transition to go to Analyzed that tests the V1 and V2 fields. You may need to install jira-suite-utilities (free and supported). I always install it and forget all the features it adds. The doc for jira-suite-utilities will explain how to set it up.

Antoine
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.
August 5, 2016

I change the field value with a post function from "Analysed" status ?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 8, 2016

Yes

Suggest an answer

Log in or Sign up to answer