Stateful Project in Jira Cloud - sign up for feature preview

Great! Now that projects can be in Archived or Deleted status, we’ll need a way to get information about those projects via the REST API. For example, our app stores entities that refer to projects by their IDs. We want to show the project key and name alongside our own entities, even if the project has been archived or moved to trash. Yes, we could store the key and name in our database, but we’d prefer not to, since those things are mutable. So… can the GET /rest/api/2/project/{id} end-point please optionally return the details of an archived or soft-deleted project?

That’s a good feedback. Let me see what our product team think.