-
Suggestion
-
Resolution: Unresolved
-
116
-
76
-
Problem
Currently, there is no way to export project data such as:
- List of all project on the instance with details such as project name, key
- Date of latest issue update on the project
- Group names in the permission schemes of each project
- Group names assigned to project roles
- Custom requests depending on the customer's needs
Why This Is Important
An interface with the ability to fetch such data will save the customer time and is important to export such data for audit purposes.
Workaround
- Fetch the required information via the Jira REST API
- List of all project on the instance with details such as project name, key: The endpoint https://<your site name>.atlassian.net/rest/api/2/project will return all your site's projects
- Group names in the permission schemes of each project:
- Project's permission scheme ID > https://<your site name>.atlassian.net/rest/api/3/project/<project key or ID>/permissionscheme
- Permission scheme's grants > https://your-domain.atlassian.net/rest/api/3/permissionscheme/\{schemeId}/permission
- Project roles: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles/#api-group-project-roles
- relates to
-
JRACLOUD-34307 Allow Single Project Export - offline backup that can be re-imported
- Gathering Interest
-
JRACLOUD-62027 Provide the Ability to Export A Project List
- Gathering Interest
(2 mentioned in)