You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want a reliable re-open report to track tickets that works in tandem with the automation rule:
So far we have been using the JQL :
issuetype in standardIssueTypes() AND status changed from resolved
but this isnt very reliable as sometimes there are discrepancies (duplicates across weeks)
Does anyone have a better JQL that better supports the automation rule?
Since a transition exists from Closed to an Open status, I would add a post function (from closed -> open) to populate a custom field (e.g. a text field). Then it would suffice if you were searching for issues that don't have an empty value for that custom field. Hope that makes sense!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.