jira icon indicating copy to clipboard operation
jira copied to clipboard

Feature request: archive issue

Open adrianyorke opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Recently, our company disabled "Delete Issue" Jira functionality. We were using this to delete a chain of tickets when something went wrong during processing. Instead our company now proposes using "Archive Issue" but this method is not currently available in pycontribs.

Describe the solution you'd like This feature request is to add issue archiving capability with new method archive.

Describe alternatives you've considered The workaround I have employed is to add a label "Archive" to those issues that have been identified for archiving so at some future point we can actually do the archive.

Additional context REST API docs: https://docs.atlassian.com/software/jira/docs/api/REST/8.12.2/#api/2/issue-archiveIssue Possible implementation: PUT /rest/api/2/issue/{issueIdOrKey}/archive

adrianyorke avatar Oct 02 '20 12:10 adrianyorke