I created a rule to bulk archive "done" items using Jira automation. I turned on the rule but how do you implement it to actually archive done items?
Hi @Joel Fraser
Could you share your automation rule's screenshot? You might have set a trigger, and it gets activated if it matches the trigger condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since you set it up as manual trigger. For your testing purposes select a test work item - open it up in your browser and find the lightning bolt icon that is #1 in the picture below and #2 is where you will find your automation, click that it should trigger your automation.
Also please be extra cautious that you have test data to play with.
Hope I was able to help with what you were looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Varsha Joshi thanks for your reply. This is applicable for one item at a time. I want to archive multiple items at a time. How would I test the automation say to archive 5 items at once?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is your goal to move all the items that are in done status moved to archive?
Just curious as why are using an API to do it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Varsha Joshi yes it is my goal to move all done items into archive in bulk. Do you know of an easier way to achieve this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could use the transition trigger and apply your JQL condition. That will run every time any work item moves to Done. Then add the component to run the API to move it to archive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Varsha Joshi , let me explain the context better. I have an old project board with many done items I would like to archive to clean up the board and make it available for a new set of work items coming in. So I already have 1000 odd done items I would like to archive in bulk. What approach can be used to accomplish this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joel Fraser
The endpoint you are using is experimental. Did you include the extra header:
Kind regards,
Bill
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.