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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.