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
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.