To track the progress of an epic and to collaborate with Product & Engineering, currently we are manually maintaining in confluence with checkboxes, before engineering teams start to look at stories in an epic.
Looking for some suggestions if it's possible to track at Epic level in Jira instead, without much duplication of work.
Product Readiness:
Dev Readiness: (All the 3 above should be checked before Dev starts looking at the epic)
So far the suggestions I have are:
Any suggestions appreciated. Thank you
What's the definition of Pending in this instance?
The reason I ask is that I'd usually suggest there is three main statuses to report on - To Do, In Progress and Done. Is pending in place of In Progress? I've assumed it does below.
I've seen this done a few ways in the past which might be of use:
Custom Fields:
Sub-Tasks:
Status:
Let me know if any of these suit your use case!
Ste
Thank you very much Stephen. Yea, Pending could be "In Progress".
I kinda like the first suggestion but, I have not tried splitting screen into tabs. Have to play around with that and will run these ideas by my team.
Final report expected
Epic id | Epic Name | Priority | Epic in Jira | Stories in Jira | UX | Epic Accepted | Stories Agreed to | High Level Design |
1 | test1 | Critical | Done | In Progress | Done | Yes | Yes | Yes |
2 | test2 | High | In Progress | In Progress | Not Needed | No | No | Not Needed |
3 | test3 | Med | Done | Todo | In Progress | No | No | In Progress |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! Give them a go and let us know which one works out for you!
As this is Jira Cloud it'll be tabs in the "old view" but panels in the "new view" - panels are groups of fields you can expand from the right-hand fields menu.
The view you're looking for would be possible using JQL from the first option as they're custom fields on the same issuetype level.
For the others, you'd need to consider either:
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stephen,
I picked your first suggestion above and was able to get the attached report. Thank you so much. Now, I need help with this bullet point above
"Decide at which status each of the checkboxes is needed - then use card colours and JQL to track their completion - for example, put a red line on any Epic card which reaches "Ready for Dev" where one field is not "Yes""
I have added 2 statuses called "Product Readiness" and "Dev Readiness"[ToDo] which transitions to Development status. Is there any tutorial that you can point me to achieve the coloring?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sandbox1
Card colours are part of the board configuration. You'll need to be a Board Admin and then from your board:
I'd suggest using red and green if there are just two stages, as traffic light colours are easy to recognise. I'm not sure what your criteria is but it might be green is sort of like this:
"Storie(s) in Jira" = Completed AND UX in (Completed, N/A) AND "Stories Agreed To" = Yes AND "High Level Design" = Yes and "T Shirt Size" is NOT EMPTY
^ What I'm doing is building up JQL based on the criteria you have for ready vs not ready.
Decide how many colours you need and what criteria is required for each then build up your JQL from there. Just remember to not have too many colours - they are only coloured stripes and you want them to be easy to remember without a key :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I see the card color only in the Active Sprint view :( Since, this is before even moving into a sprint, for eg., want to color code an epic so that from the backlog view or in a dashboard, I know which epic has completed product readiness and completed engineering readiness and ready to be moved into a sprint.
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.