Hi,
we have Jira instance where set of projects are archived.
Now plan is to merge 2 instances to one and would like to prepare for possible conflicts (eg. import project using same keys as archived project)
Tried to list all projects from target instance, but found out that archived are not in json provided thru rest api : /rest/api/latest/project.
Is there way to list archived projects (and other information from archived projects) or is unarchive and reindexing only way to start safe merge ?
Hi,
You can use this API to get all project even archived project
https://docs.atlassian.com/software/jira/docs/api/REST/8.18.2/#project-getAllProjects
You just need to pass a parameter
includeArchived boolean whether to include archived projects in response, default: false
Thanks!
That were simple, just managed missed that in API doc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Projects are archived by instructions in : https://confluence.atlassian.com/adminjiraserver/archiving-a-project-938847621.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.