Hi,
I'm trying to build Jira automation script and below is the script and I been keep on getting this error {"errorMessages":[],"errors":{"issuetype":"Specify an issue type"}}, I tried multiple work arounds adding issue type but neither works. Let me know if you can help on workaround
Hi @siri g,
Welcome to Atlassian Community!
Your issue type definition is wrong, you need to use the internal Id for the issue type, not the display name.
It should look something like this:
"issuetype": {
"id": "10000"
},
There are a couple of ways to get the Id, have a look at this KB for more information.
Hello! I'm receiving the same error while creating an issue via the JIRA Cloud extension in Slack, in the scope of automation. It has worked for a long time till today. I can not manage the requests it sends or the issue types it fetches itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would then be the case to correct the documentation, which clearly states that the request would be as follows:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@DANIEL FERREIRA DE SOUZA, the documentation you are referring too only applies to Data Center, the API for Cloud, which the question was for, is different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.