-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
5
-
15
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
Currently the JIRA REST API does not support creating projects using a Shared Configuration. The only way to do this is through the JIRA Project Creation UI.
Suggested Solution
Allow creating projects with Shared Configuration through REST API.
Workaround
- Refer to Create new Project via REST based on existing Project
- JIRA CLI Plugin can also create projects via scripting, but with more flexibility of setting the schemes: https://bobswift.atlassian.net/wiki/display/JCLI/Reference#Reference-createProject
- Use /rest/api/2/project and manually specify the scheme IDs and/or projectTemplateKey (untested)
- is related to
-
JRASERVER-59948 JIRA REST API: create project should allow to set / configure IssueTypeScheme and WorkflowScheme too
- Gathering Interest
- relates to
-
JRACLOUD-45929 Allow creating projects with Shared Configuration using REST API
- In Progress
-
JRASERVER-27256 Create Project is missing in REST API
- Closed
-
ACJIRA-733 Loading...