Hello!
We are on Jira Cloud and most of our projects are Scrum.
Typical workflow looks like this
Backlog > Dev Ready > Dev In Progress > Integration > QA > Beta > Prod > Closed
Statuses in a done state are QA, Beta, Prod, and Closed. Only Closed state sets the resolution. QA, Beta, and Prod are environments.
Not all issues reach Closed status in the same sprint.
I understand the last column on the board will drive the Sprint Report.
Few questions
Please point out best practices and suggest better/different ways of reporting as tickets move through different environments.
Best,
Dharmesh
What is the problem you are trying to solve by reporting "progress / work completed"?
Your team is using a scrum board, and the workflow you describe indicates work does not always finish within the boundaries of a sprint. Is that correct?
If so, please consider whether or not the scrum framework is a good fit for the way the team currently works, or if there are improvements which could allow work to finish within a sprint. Given the current use of status values (your workflow) the current built-in scrum reports may not be as helpful as you wish. Instead consider creating a simple dashboard which shows how you want to make progress visible. For example, summarizing your building, validation, and releasing status values.
Best regards,
Bill
@Bill Sheboy We are exactly at this cross-roads whether Scrum is the right fit.
The problem we are trying to solve is to track and visualize what initial development work is getting done, and plan resources for remaining initial dev work.
There may be work to be done as tickets move to different environments.
Currently reports are not useful because we can't accurately report on dev work completed in a Sprint.
Appreciate your response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it, and thanks for explaining! You could try to create some specific filters to see what happened during the sprint timeframes. For example:
project = myProject
AND status CHANGED FROM "Dev In Progress" TO "Integration"
DURING (myStartSprintDate, myEndSprintDate)
ORDER BY Key
This would show which issues completed development during your sprint timeframe.
To see more JQL syntax like this, please see this documentation:
https://support.atlassian.com/jira-core-cloud/docs/advanced-search-reference-jql-operators/
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.