Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

am able to create project (software) with REST on JIRA server, how do make sure its a Scrum project?

Nick April 9, 2021

Able to create project

http://localhost:8080/rest/api/2/issue
 {    "fields": {       "project":       {          "key""TEST"       },       "summary""Test on Friday",       "description""... Creating of an issue using project keys and issue type names using the REST API",       "issuetype": {          "name""Bug"       },                       "reporter": {            "name""ssiva"        },        "priority": {            "name""Highest"        }   }}

how can i create this as a scrum software  project? 

1 answer

1 vote
Trudy Claspill
Community Champion
April 9, 2021

In the API you construct to create the project you need to include the projectTemplateKey as per https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-projects/#api-rest-api-2-project-post

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events