jql resolution date is less than 15 days after created date

w March 17, 2017

hello community, is it possible to query JIRA to find out if the resolution date of an issue is less than 15 days after created date

2 answers

0 votes
Venkateswaran,A October 18, 2018

This lets you know if the issue has been open longer than 20 days. Just change the search criteria. 

project = YourProject AND issuetype = Defect AND resolution = unresolved AND created <= -20d

Randy
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.
October 18, 2018

That wont solve what woldwildweb needs.  e.g.

 

Given today is Oct 18, 2018 

   and there's an issue (ABC-123)

      where created date is Jan 1, 2018

          and resolution date is Jan 2, 2018

When you run the query

   ABC-123 should be returned

Your suggested JQL would not match against the issue.

0 votes
Randy
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 17, 2017

Not out of the box.  You can use something like scriptrunner to add a calculated field to get you that.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events