Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find a request that has changed from Open to Designing Tasks or Reviewing to Designing Tasks?

Cory Britton August 31, 2018

Below is my current logic. I am trying to filter results to find all requests that have moved from open or reviewing to designing tasks in the last 7 days. 

The logic I am currently using is still only finding tasks moved from Open to Designing Tasks.  

type = Request AND status changed from "Open" to "Designing Tasks" after -7d AND status != Closed AND status != Withdrawn OR type = Request AND status changed from "Reviewing" to "Designing Tasks" after -7d AND status != Closed AND status != Withdrawn

2 answers

1 accepted

0 votes
Answer accepted
Pedro Felgueiras
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 31, 2018

Hi @Cory Britton

 

Without any plugins the best you can make is the use of the operator "was".  

Ex:

status was "Reviewing" and status = "Designing Tasks"

 

I know that isn't the same thing but i hope it can help. 

 

Best regards, 

Pedro 

Cory Britton August 31, 2018

@Pedro Felgueiras could you be more specific? How would you write it?

Cory Britton August 31, 2018

@Pedro Felgueiras never mind my logic was correct I just had a dunce moment.

 

This is the logic I ended up using. 

 

type = Request AND status changed from Open to "Designing Tasks" after -7d AND status != Closed AND status != Withdrawn OR type = Request AND status changed from Reviewing to "Designing Tasks" after -7d AND status != Closed AND status != Withdrawn ORDER BY key ASC

0 votes
Cory Britton August 31, 2018

@Pedro Felgueiras never mind my logic was correct I just had a dunce moment.

 

This is the logic I ended up using. 

 

type = Request AND status changed from Open to "Designing Tasks" after -7d AND status != Closed AND status != Withdrawn OR type = Request AND status changed from Reviewing to "Designing Tasks" after -7d AND status != Closed AND status != Withdrawn ORDER BY key ASC

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events