Hi there,
I'm creating a sort of weekplanner, where issues repeat every week. I'm using a Kanban board, in a company managed project.
I have the following statusses:
- To Do
- In Progress
- Done
- To Repeat (hidden on the board)
If a new week/workday begins, I already automated that issues transition from the status To Repeat to To Do. When the issues are transitioned, I also want to automatically delete the comments from that issue.
I tried to create the automation in the attachment, however this doesn't work. I can't find anything on what smart value I have to use, can someone help me with this?
Hi @Marloes Verschoor and welcome to the community!
Issues aren't meant to be recycled over and over. Instead, I would recommend cloning them and setting your Kanban board to simply drop the closed issues from view over time.
So, instead of transitioning to "Repeat To Do", you could set it up to clone as the old issue transitions to Done:
The clone will be created with the same summary, description, etc. but with a clean comment history and status of To Do
Hi @Mark Segall ,
Thanks, that would also be a good solution. Then I would also like to delete the old issue after cloning, so that I don't get a large back log after a while.
I now created this rule, but I think I still do something wrong, as nothing happens when I move an issue from status To Repeat to the status To Do. Could you check if my rule needs to be adjusted?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is likely because you don't have the Allow Rule Trigger checkbox set on the Rule Details screen. However, I would question why you need the extra step here. Instead of using the status "To Repeat", I would simply clone the issue when the previous issue is moved to done.
Additionally, if your Kanban is set up right, you don't need to worry about deleting issues. You can simply drop them from view or change the board filter to something like:
project = xxx AND (status != Done OR (status = Done and resolved >=-3d))
This will drop anything from your board after 3 days which allows time for recovering from an "oops" moment before it drops from the board view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I'll check that.
I'm still new to Jira, I appreciate the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marloes Verschoor welcome to the Atlassian Community!
Deleting all comments from an issue is not possible via automation.
Rather than re-using the same issue every week through the workflow, would it be accepted to create a new issue for each week and leave the issue from the previous week closed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.