We are unable to find the "archive" option in the bulk change feature to archive completed issues within a project.
Hi Margarita,
You can actually use Jira CLI to accomplish this! Jira CLI is a helpful command-line automation app that enables you to bulk complete tasks that are otherwise time-consuming through the UI.
There's an archiveIssues command actually, and you can fill it in with the parameters you need, for example:
--action archiveIssues --jql "project = "PROJECT_KEY" AND status = "Done""
You can try it the app free for 30 days. Let me know if it works for you, and feel free to contact our support team if you run into any problems.
- Kelsey
Hi Margarita,
Jira Cloud does not have the ability to archive individual issues. You do have the ability to archive projects though. So you could create a project specifically for archived issues if you want and then do a bulk move of issues to that project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now we can archive issues individually in the Jira cloud. I am looking for a way bulk archive issues using specific JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As @Deepak Menezes said there is an Archive option in Cloud version of Jira now.
I came across article where author shows that he can use archive option in bulk edit mode (but that's on premise one). Is it somehow blocked by default on Cloud?
https://www.atlassian.com/blog/enterprise/issue-archiving
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't see a bulk archive option in the Jira cloud, As @Christian Winter suggested, we can use Jira automation and JQL to fetch the issues to be archived and make 1 REST API call each to archive the issues.
Solution:
https://confluence.atlassian.com/jirakb/bulk-archive-issues-in-jira-cloud-1484590183.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Deepak Menezes Exactly, as far as I know, bulk archiving issue is currently only possible through the Jira Cloud REST API. There are several ways to utilize the API Endpoint:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used a Python method to archive tickets from my projects today, as I was looking for a solution. It's very simple."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Margarita
Jira doesn't have this functionality. Also, there are no third party apps that support this. There is only an option to bulk delete the issues. The only thing that can be archived are the projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Margarita ,
you can definitely bulk archive issues with the REST API:
Best regards,
Christian
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.