Forums

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

How to search for issues which have resolution dates 5 days from today

Tan
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!
July 19, 2019

Hi I am trying to create a filter based on resolution due dates, I need to view issues which have a resolution due date 5 days from today, see my query below

 

project = ABCD AND ( issuetype = "XYZ" OR issuetype = "GHM") AND ( "Epic Link" = 123 or "Epic Link" = 456 ) AND (resolutiondate =  startOfDay('+'5) )

This does not work. I have put + in quotes since its a key word specific to JQL.  Please advise.

2 answers

0 votes
Mikael Sandberg
Community Champion
July 19, 2019

Hi @Tan

Welcome to the Atlassian Community.

You could leave the plus sign out and just use startOfDay(5), but if you want to keep + in your JQL, you have to put the whole inc in quotes, startOfDay("+5")

0 votes
Thomas Deiler
Community Champion
July 19, 2019

Dear @Tan ,

try "resolutiondate <= -5d"

So long

Thomas

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events