I am trying out with "{{url}}/secure/QuickCreateIssue.jspa?decorator=none" API call and I'm getting 200 response without even passing any kind of Auth params but, I am not getting desired output,
Hi Raj,
That looks more like the URL for the standard Create Screen. You'll want to POST the data to the {baseUrl}/rest/api/3/issue URL instead. The 200 response you're getting is probably just a successful page load for the create screen you're going to.
You'll find the relevant REST urls here https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-group-issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Eric, that really helps.
I have created Jira successfuly but I think "v3" create issue API has bug in URL custom field.
{
errorMessages: [],
errors: { customfield_10021: 'Not a valid URL' }
}
Getting above error.
Any idea on this!
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.