Hi, I want to fetch tasks which are moved to UAT(status) from Systemtest(status) in the last one week?

Vijay August 3, 2015

Hi, I want to fetch tasks which are moved to UAT(status) from Systemtest(status) in the last one week?

 

This is the query which i have written for this... (10007) is the status id for system test.

status = UAT AND "Last Status ID" ~ "10007" AND updated >= -7d

But this query is returning more tasks which are in UAT (status) few weeks before, as the update date column is recent, as many people type some comments in the task....

 

Is there any other field available in JIRA?

2 answers

1 accepted

0 votes
Answer accepted
GabrielleJ
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 3, 2015
0 votes
Vijay August 3, 2015

Thank you very much... I have done it smile

 

status = UAT AND status was in ("System Testing") AFTER -7d

 

GabrielleJ
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 3, 2015

Nice cheers! Accept my answer above :)

Suggest an answer

Log in or Sign up to answer