How can I create tracking in JIRA Tickets to capture adherence to our milestones for a sprint lifecycle? Is there an app or custom field solution that I can implement for this?
Example: If we are working on a two week sprint, I expect that when a ticket is created and assigned to a sprint I can automatically capture four due dates based on the sprint delivery date and rules below:
My goal is to track how well each team is adhering to these milestones in our process. Im not looking to track how long each ticket is IN the status, but instead track if the ticket moved from status A to status B on or before the assigned due date (which is calculated on sprint date).
Does anyone have a recommendation for providing this type of transparency in our ticket management?
Hello @David Prince
Welcome to the Atlassian community.
I don't know if there is an app for that, but you could implement a solution leveraging custom fields, automation rules, and workflow customization.
If you want to be able to track adherence to the milestones you would need 6 custom fields; one for each target date and one for each actual date. The target date fields could be set by automation rules. The actual date fields could potentially be set by workflow transitions.
The next question that would have to be answered is how you want to try to report on the information.
Jira doesn't natively support comparing one field directly to another in JQL, so you would not be able to create a filter to find issues where the actual date was later than the target date.
You could potentially use automation rules to compare the target and actual dates, and set some other custom fields (to be used in filters) to indicate adherence or lack thereof.
There are a few other questions to consider:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.