How would I create a filter issues commented after it was closed
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 ....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wish the following would be available.
issueFunction in commented("after (status changed to 'Resolved')")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.