Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a projectTemplateKey for creating Jira Product Discovery projects using the API?

Scott Reopelle
Contributor
February 14, 2025

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"
}
The response I'm getting is 


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

 

1 answer

1 accepted

0 votes
Answer accepted
Aaron Pavez _ServiceRocket_
Community Champion
February 14, 2025

Hi @Scott Reopelle 

I've found this one:

{
    "fields": {
       "project": {
          "key": "<projectKey>"
       },
       "summary": "API Idea via Postman",
       "issuetype": {
          "name": "Idea"
       }
   }
}  

Got it from here:

https://community.atlassian.com/t5/Jira-Product-Discovery/Create-ideas-with-the-Jira-Product-Discovery-API/m-p/2485747#M649

And it works.

BTW, there is no official API for JPD. 

Regards

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events