XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Issue - Archival
    • None
    • 51
    • 4
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Currently, archive issue is being rolled out as per feature request https://jira.atlassian.com/browse/JRACLOUD-5843.

      According to Cloud Roadmap, this will be coming soon Q4 but there is no mention of bulk archive.

      Also, as per this article, it is possible to restore multiple issues but no mention of bulk archive.

      Potential workaround:

      There is API available to archive either individual issue or based on JQL:

      https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issues/#api-rest-api-2-issue-archive-post

      1. You can create a filter in Jira UI - it would look like https://instance.atlassian.net/issues/?filter=10196
      2. Use this filter in JQL in API POST /rest/api/2/issue/archive:
        --data '{
        "jql": "filter=10196"
      }' 

              7645729f7e9f Arbaaz Gowher
              3fed3bba4ff1 Niel Del Rosario
              Votes:
              21 Vote for this issue
              Watchers:
              20 Start watching this issue

                Created:
                Updated: