Issues moved from one status to another but not moved to one specific status

Saurav Kumar January 28, 2020

Hi,

 

I need to know all issues which are moved from "for deployment" (say) to "for verification" (say) status but not moved to "rework" (say) status ?

 

Help

 

Thanks

1 answer

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 29, 2020

Hello @Saurav Kumar 

You can try to use this following JQL :

project = ABS and status changed from "for deployment" TO "for verification"

 

Juste make sure that you workflow allow to come directly from "for deployment" to the "for verification" status.

Hope this helps 

Saurav Kumar January 29, 2020

hi,

 

what about ignoring status "rework". As those issues are also coming into this.

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 29, 2020

Can you describe step by step your workflow, or provide a screenshot

Saurav Kumar January 31, 2020

explaining after workflow after development:-

 

in test->testing cleared -> for deployment -> for verification -> closed

->rework(ALL)

 

So, I just wanted to fetch all those issues which have passed from "for deployment " to "for verification", but should not reached "rework" after closing.

Suggest an answer

Log in or Sign up to answer