I want to change the status of all the 'Done' tickets as soon as I complete the Sprint. How to do that.
I have two boards, one is Sprint Board and One is Kanban board.
On completion of Sprint, I want to move all completed tickets to Kanban Board. Can any help me?
More Information
Basically, I have a sprint board for development and Kanban Board for UAT.
I have a status which will display the issue in Kanban backlog. So basically, I want automation to set the status (to next status) of all the Done issues in Sprint board on click of 'Complete Sprint'.
So it automatically moves all the tickets to the next stage (Backlog of UAT) on completion of Sprint.
Hi @Pankaj_Badaya - Welcome to the Atlassian Community!
So, if I understand you correctly, you want to mark an issue as Done on the Sprint board. Then you want the Done issue to show up on a Kanban board? Is that really what you want? What will you do with it once it gets to the Kanban board?
Please let us know if you are needing something different.
Hello John,
Thanks for your quick response.
Basically, I have a sprint board for development and Kanban Board for UAT.
I have a status which will display the issue in Kanban backlog. So basically, I want automation to set the status (to next status) of all the Done issues in Sprint board on click of 'Complete Sprint'.
So it automatically moves all the tickets to the next stage (Backlog of UAT) on completion of 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.
I think we're still struggling to understand why you think you want to do this.
When a sprint is complete, it's complete. It should not change the status of anything in it, it's not what determines where an issue is in its process. It actually reads the status to decide whether something goes to backlog, next sprint, or drops into the pile of stuff you don't need to do anything about any more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies if I hijacked Pankaj's original question but here is my issue.
I can't seem to edit the query to show issues in the current Active Sprint.
On this board, all the issues that are DONE belong to the November Sprint (closed). It seems the only way to get them off the board and show issues from the December (current Active sprint) is to mark them as CLOSED and then Manually move all the December tickets on to this board.
My actual question is
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I didn't think you could edit that column's query (or don't know where to do it) - I just dragged the status DONE item into the column
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.
Hey Patty - this is a Kanban board and not a Scrum board. So there will be no auto moving of the cards off of the board when you close a Sprint like there is on a Scrum board.
But if you do not want to see Done issues on the board, then go to Board Settings > General and change the sub filter to not include Done issues - probably add something like AND statusCategory != Done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep. Do you know if there is any syntax to query for Sprints = Active or Sprints = Closed?
Sprints seem to have numbers assigned (ie even if the Sprint is named December 2020, the query will translate in SQL to Sprint = 10).
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.
Perhaps I can't see an Accept button because I didn't create the original issue?
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.
We will need some more information on this request. On the surface, it seems wrong, as "done" means "done", so you don't really want them on a board.
But I think there's a more complex process we don't know about. Could you explain?
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.