Filter issues commented after close

Aron Felberbaum March 8, 2016

How would I create a filter issues commented after it was closed

1 answer

2 votes
Michael Partyka
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 8, 2016

Do you have any plugin with jql functions? Or just JIRA default functions?

WIthout additional plugin e.g. Script Runner you will not be able to achieve this

 

 

Aron Felberbaum March 8, 2016

I have script runner

Michael Partyka
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 8, 2016

Ok so to get issues commented you should use e.g.

issueFunction in commented("after -7d")

but I'm afraid it is not possible to get when issue was closed using jql. Using sql query sure but jql not ....


Aron Felberbaum March 31, 2016

Wish the following would be available.

issueFunction in commented("after (status changed to 'Resolved')")

 

Suggest an answer

Log in or Sign up to answer