Forums

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

updated ticket give a "wrong" date

Bjarte Norheim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 17, 2020

Hi,

I am trying to keep track of a project and want to know when a ticket is closed or delivered the last 4 weeks. The search is below:

project = PROJECT AND issuetype in ("Functional Requirement", "Technical Requirement") AND status in (Closed, Delivered) AND updated >= -4w

What happen is that when someone change anything that shows up in history it gets back on my list even if it the status is not changed. I guess my search probably is wrong and would really hope you have som ideas to solve it. Add-ons is not possible.

1 answer

0 votes
Nic Brough -Adaptavist-
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.
May 18, 2020

Updated holds the date the issue last changed, not just when the status changed.

Try using the "changed" operator with "status" - https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-operators-reference-939938745.html#Advancedsearching-operatorsreference-CHANGEDCHANGED

Bjarte Norheim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 18, 2020

Thank you, that almost solved it but I can´t get it to get only last 4 weeks:

project = PROJECT AND issuetype in ("Functional Requirement", "Technical Requirement") AND status in (Closed, Delivered.) AND status changed AFTER startOfYear()

I tried <= "-4w " , but maybe I don´t understand how these works

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events