Forums

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

Why I receive this message Jira RESTApi error response

Ben Steele
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 18, 2022

I am trying to create a Jira POST in order to create a JIRA ticket. However, I receive this mesage as a response from Postman.

{
    "errorMessages": [],
    "errors": {
        "project": "project is required"
    }
}

And my Body is like:

{   
    "fields": {
       "project":
       {
          "key": "TEST"
       },
       "summary": "First attemp from Postman",
       "description": "Creating of an issue using IDs for projects and issue types using the REST API",
       "issuetype":
       {
          "name": "Bug"
       }
   }
}

Please there is any chance to fix this issue inside my Custom Lithium Ion Battery Pack Manufacturer?

1 answer

0 votes
Alex Koxaras -Relational-
Community Champion
September 18, 2022

@Ben Steele I think it's project "id" and not "key".

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events