I tried to create a project in jira using REST API with post request
POST /rest/api/3/project
Key value pairs are correct but still giving error.
{
"notificationScheme": 10000,
"description": "Example Project description",
"leadAccountId": "{AccountId}",
"url": "http://atlassian.com",
"projectTemplateKey": "com.pyxis.greenhopper.jira:gh-simplified-scrum-classic",
"avatarId": 10400,
"issueSecurityScheme": "",
"name": "Example Proj",
"permissionScheme": 10004,
"assigneeType": "PROJECT_LEAD",
"projectTypeKey": "software",
"key": "EXP"
}
in place of AccountId, I have used my valid accountid.
projectTemplateKey has value according to scrum project in jira.See this
Please provide a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.