Archive Components in Jira through ScriptRunner (Listener)

Chandana October 26, 2021

Hi,

I am trying to find a method to archive components in Jira (through ScriptRunner Listener). I don’t find any methods in the below Jira API documentation to perform 'archive' operation . However, I see methods to create and update components.

ProjectComponentService (Atlassian JIRA 7.0.0 API)

Any idea on 'archive' method?

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Peter-Dave Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 26, 2021

What version of Jira are you using?

The link you provided is for version 7.0.0

On my version, I can see the "setArchvived" method in the MutableProjectComponent (Jira 8.13.11 API) object but I could not see that option in the 7.0.0 version. 

I don't recall when archiving components became possible.

But presumably, if your version can archive, you should be able to take an existing component object, call the setArchived(true) and then use the Service to store the update.

TAGS
AUG Leaders

Atlassian Community Events