You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.