The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

I'm getting HTTPError IssueType: Issue type is required

Mont
Contributor
August 13, 2022

Hello, I am currently receiving the error: HTTPError: issuetype: issue type is required

 

However, I have this following code which I believe follows the standards.

 

jira_response = jira_client.create_issue(
    fields= {
      "project": {
      "id": "test project
     "summary": 'test",
     "description": 'Test',
     "issueType": {
       "name": "Task"
     }
     })

Is there something I'm doing wrong?

 

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Mont
Contributor
August 13, 2022

Looks like issuetype is case sensitive. Instead of issueType it should be issuetype.

TAGS
AUG Leaders

Atlassian Community Events