• Community
  • Products
  • Jira Software
  • Questions
  • Can you create a workflow that has statuses that happen simultaneously and won't allow a project or issue to move forward in the pipeline until all statuses are complete?

Can you create a workflow that has statuses that happen simultaneously and won't allow a project or issue to move forward in the pipeline until all statuses are complete?

John Hearn December 24, 2014

For example, if an issue moves from Dev to QA, but during QA documentation, billing and training happen concurrently, and I don't want the issue to move to prod pending until each of the above is complete.

3 answers

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
December 24, 2014

It wasn't clear from your description if the Billing and Training aspects were represented by other issues or not. If so, are they subtasks or linked or otherwise identified by the issue you are trying to block? Or are you trying to ensure that a group of issues all progress one step at a time (issue not being more than one step away from the other).

Many of these cases could be covered provided you can write a suitable JQL that would produce issues only when a block is needed. Use the Conditioned validator configured with the JQL query and a condition that requires that %jql_result_count% is 0. See Substitution variables.

The Conditioned validator is part of Update on Transition for JIRA.

0 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.
December 24, 2014

The only way to keep an issue from moving is to have a condition. You can have fields named Billing and Training with defaults of No and check to see they are Yes before allowing the issue to move. How you set the values is up to you. They can be on the edit screen or if they always happen when an issue is in QA you can have a transition from QA to QA that can only be executed by a Billing or Training person and set the value to Yes during the transition with the understanding they only execute the transition when it is done. Until they are both set to yes the other transition to Prod Pending won't be visible. Then only put the fields on the view screen. I've used this technique several times. You may want to create a special notification event to fire when it goes to QA to notify the QA, Billing, and Training folks there is an issue needing their attention.

0 votes
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.
December 24, 2014

No.  The whole point of a status is that you can point at an issue and say "The issue is in this status"

For Billing and Training, there are a couple of options - the simple one is to have fields that cover it.  But you could also create sub-tasks for Billing and Training, and they can follow their own independent lifecycle.

I'd also block "prod pending" until all sub-tasks are complete - there's a "sub tasks outstanding" validator in JIRA for this.  I'd look for the "automatic create subtasks" addons for creating the billing and training at the right point in the main workflow

Suggest an answer

Log in or Sign up to answer