Forums

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

How can I find issues that the resolutionDate is more than deliveryDate?

Abiezer Eliasib Caceres Mejia
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!
December 26, 2018

I want to find every issues that closed time after the planned

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
December 26, 2018

Hello,

You would need a plugin for it.

For example, you could use the Power Scripts plugin:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

In this case your JQL query would look like this:

key in silJQLExpression('resolutionDate > #{deliveryDate}', 'project = TEST and issueType = \"Bug\"')

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events