JQL for issues moving backwards in the workflow

Brandon Ivey August 10, 2022

I am trying to set up a JQL for issues moving backwards in the workflow. For example, if an issue gets rejected or sent back in the workflow, I would like to create a JQL to pull and display when issues move backwards in the workflow. Our fields are the following:

-Open

-In Product

-Ready for Refinement

-Ready for Dev

-In Dev

-Ready for Review

-Dev Complete

-Ready for Test

-In Test

-Ready for Acceptance

-Ready for Release

1 answer

1 accepted

2 votes
Answer accepted
Tansu Akdeniz
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 11, 2022

Hi @Brandon Ivey 

The following may give you an idea to get issues with backwards transitions. You can continue JQL by adding OR..

  • status changed from "In Product" to "Open"

Suggest an answer

Log in or Sign up to answer