Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,711
Community Members
 
Community Events
184
Community Groups

Archive Components in Jira through ScriptRunner (Listener)

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

0 votes
Answer accepted
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events