I'm using the following payload in my request.
payload = {
"key": "JPD123",
"name": "Product Discovery Project",
"projectTypeKey": "software",
"projectTemplateKey": "com.atlassian.jira-core-project-templates:jira-product-discovery",
"description": "This is a Jira Product Discovery project.",
"leadAccountId": "your_account_id"
}
400 {'errorMessages': ['The project template specified does not exist. Make sure the project template is available in your Jira instance. Please talk to your Jira administrator if you need more help.'], 'errors': {'projectLead': 'You must specify a valid project lead.'}}
I've found this one:
{
"fields": {
"project": {
"key": "<projectKey>"
},
"summary": "API Idea via Postman",
"issuetype": {
"name": "Idea"
}
}
}
Got it from here:
And it works.
BTW, there is no official API for JPD.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.