Forums

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

I am looking for JQL where issues that are not resolved within 3 days

murthy manjunath
Contributor
February 10, 2017

I am looking for JQL where issues that are not resolved within 3 days

 

Means, Issues which are created but not resolved/closed within 3 days of issue creation date.

 

Note: created >= -3d or created <= 3d , these would not work for me as these would list issues which are created in last 3 days. But I am looking for issues which are not resolved within 3 days of issue open time.

 

 

Please consider this as high priority.

3 answers

1 vote
Thomas Schlegel
Community Champion
February 10, 2017

So, if you have Scriptrunner, try this:

issueFunction in dateCompare("","resolutionDate > created + 3d")

 

0 votes
murthy manjunath
Contributor
February 10, 2017

I do have Script Runner plugin, but how do I get filter results out of this and display in dashboard for this result ?

 

Could you please share the steps if possible please ?

0 votes
Thomas Schlegel
Community Champion
February 10, 2017

There is no JQL for that. You can use Scriptrunner plugin for such queries.

Have a look here: https://answers.atlassian.com/questions/70650

Suggest an answer

Log in or Sign up to answer