We're looking to determine a way to automatically report when all of the records in a FixVersion are resolved, and the last activity is => 30 Working days and the FixVersion has not been released. The current manual process looks for the following: if there is no release date and all work in the version is resolved and there is no statement in the FixVersion description of a hold and the last resolved date in the Version is 30 working days or older
Hello @Leslie Barrett
Keeping track of unresolved FixVersions that have been inactive for a long time can be tricky, but there are ways to streamline this process. You can approach this challenge in two ways:
A quick way to filter FixVersions based on your criteria is to create a JQL query that includes only issues within a specific FixVersion. This filter ensures that all issues are in a Resolved state, excludes FixVersions with a release date set, and filters out those with a “hold” statement in the description. Additionally, it checks whether the last issue activity occurred 30 or more working days ago. You can save this query as a filter and display the results in a Jira dashboard for easy tracking
For an automated and data-driven approach, you can leverage Timepiece - Time in Status for Jira, developed by my team at OBSS, to efficiently track FixVersions that have remained unresolved for too long. Below, I’ve outlined how you can set this up using Timepiece to streamline your tracking process.
Filter Issues by FixVersion
Generate a Last Transition to Status Report
image shows basically how to get a status duration report with your specific JQL
This report helps identify unreleased Fixversions where all work is completed but no activity has occurred for the last 30 working days.
By setting this up in Timepiece- Time in status for Jira, you can automate the detection of inactive FixVersions and reduce the need for manual tracking.
If you'd like to explore this solution further, feel free to check out Timepiece on the Atlassian Marketplace or schedule a demo with us for a walkthrough of the app's features.
Hope it helps
Ayça
What have you tried thus far to solve this need?
If you have rules that are not working as expected, please post the following to provide context for the community to help:
If you have not started the rules yet, I recommend trying to do so. Successfully using automation rules requires learning and experimentation. To get you started on creating your rule, please refer to these documentation and example sources:
Additionally, a scenario like this could use the scheduled trigger to check resolved issues, and their siblings assigned to a Fix Version value. It can only be solved if there are fewer than 100 issues in the conditions to be checked, and for each, there can be no more than 100 issues linked to a specific Fix Version...this is assuming also that each issue has one-and-only-one Fix Version value.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.