I have been successfully querying projects and issues from JIRA. but i get an error when i try to create an Issue. Below is the data that i am trying to post to rest/api/2/issue endpoint
"{\"fields\":{\"description\":\"test\",\"issuetype\":{\"name\":\"Bug\"},\"project\":{\"key\":\"TSTB\"},\"summary\":\"this is a test\"}}"
Can anyone help identify what's wrong with the above syntax?
Hi Indira
Just to reassure you, I had been querying using the API for ages, then really struggled with my first issue creation.
Your JSON looks fine, so I don't think that that's the problem. Are there any required (mandatory) fields that you don't have in your JSON? This could result in an error.
Are you certain that you have an issue type of Bug?
Apart from the 400 code, what is the return message - it may give some indication as to what the problem is.
What is the code and format that you're using in your Post?
Warren
Thank you Warren! Looks like the Priority field was mandatory. Once I set that, I was able to create the issue successfully.
Indira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your endpoint and data look fine to me.
One quick check (although I'd expect a different error) - can you manually create the issue in the UI with the same data?
Could you give us the line of code making the call, and the full error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Priority was a Mandatory field which had to be set in the JSON.
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.