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