Okay, so in my workflow, I have a column for Ready for Release. It's where QA moves items to when they've finished testing but prior to releasing into production. Our release schedule is very flexible and doesn't always align with the end of the sprint. I have a few problems I had questions about.
First I want the Ready to Release column to count toward an issue being done, just like the done column for my burn down.
Second, when I complete the sprint I still want the Ready for Release column to automatically roll over into my next sprint.
A solution that would allow both of these things to happen would be great.
Hi @Tim Clark
What you described above isn't possible natively - Jira classes the last column on a board as "Done". If an issue is in this column, it'll be burnt down but not appear in the next sprint - if it isn't in there, it's not classed as complete and can move to the next sprint.
I would suggest considering what your Definition of Done is - for example:
If you need to see how many issues you have in Done vs Ready for Release in either case, you could use:
Ste
I think that is a good example of “You can't have your cake and eat it”.
A possible solution is to actually close the original issue by setting the resolution and create a second issue for testing/deployment. With Automation for Jira this is straight forward. You can also link the new issue to it’s predecessor that way and reopen the original if testing fails. For this you need a testing workflow with two final statuses. “Pass” and “fail”.
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.