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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.