HI,
We are developing the plug-in connector for Atlassian JIRA and one of our client tools.
We were trying out creating objects like issue/ issue comment on JIRA Cloud. We observed that the API is not working on REST client.
Can any one please let us know is there any issue with the API for 'create' operation. Rest other operations are working fine.
Thanks,
Pallavi
It's working fine for the integrations I've got some overview of, so I'd suspect your code and external process.
What error messages are you getting, and have you tried a really basic call? (e.g. with curl on a command line)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you're sending an invalid xsrf request. You either need to use the right domains, or easier, tell it not to check - put -nocheck in the header.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't receive any HTTP errors?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.