Forums

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

Search for specific date in the past

Amedeo
Contributor
March 13, 2023

Good morning,

I would create a JQL (and a dedicated filter) in order to search for all those issues that have the custom field "Target End" with a date before the actual week -30 days.

Is there a JQL that can I use for this objective?

Thanks

Amedeo

1 answer

1 vote
Diogo Teles
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.
March 13, 2023

Hi Amedeo,

 

If I understood your question correctly, this may help

project = "project name" AND "Target End" < startOfWeek(-30)

 

You can filter futher. For example: AND issuetype = "X" AND status in ("A", "B", "C)  

Amedeo
Contributor
March 13, 2023

Hi,

it seems it works, great.

It was so easy!!!

Thanks

Amedeo

Like Diogo Teles likes this

Suggest an answer

Log in or Sign up to answer