Using the Jira component api endpoint to pull information about the component:
rest/api/latest/component/16682
... which returns:
{"self":"https://<server>/rest/api/2/component/16682","id":"16682","name":"<component name>","assigneeType":"PROJECT_DEFAULT","realAssigneeType":"PROJECT_DEFAULT","isAssigneeTypeValid":false,"project":"<project name>","projectId":15081,"archived":false,"deleted":false}
expected to see "status":"Active" or "status":"Archived"
Is there any way to determine if a Jira Component is active or archived using the API?
Update: Two minutes after I posted this question, I noticed
"archived":false in the response
(never mind)
you can mark you question as solved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.