Welcome to the community!
Are you using any of Checklist apps from the Atlassian Marketplace?
If you are using our Checklist for Jira app, then it is quite easy to achieve.
Firstly, make sure that the Save local checklist items to Jira custom fields option is enabled.
Now, we can use custom fields to make changes to checklists. The automation would look like this:
Trigger - Issue Transitioned to Done
Action - Edit issue fields, update the Checklist Text field, and keep it empty. This way, we clear the checklist on issue transition.
Let me know if that's what you are looking for.
Cheers!
Gracjan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again, I have a doubt here. The automation I created is only working on new tasks but not on existing 'Done' tasks because of the rule 'Issue Transitioned'. Is there a way to apply this to past Done Issues? @Gracjan Wesołowski _HeroCoders_
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need to run it on all Done issues using JQL and, for example, Scheduled Trigger.
Simply change the trigger to schedule, choose "Run a JQL search and execute actions for each issue in the query" set a JQL status=done, and run it by clicking [...] Run Rule.
Run Rule should be available when you save the automation run. It will be in the upper right corner.
Let me know if that helps.
Best Regards,
Gracjan
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.