I want to import a ticket to Jira using VBA. The authentication works (Jira-rest-API), but for some reason, the "Send JSON" part doesn't.
I can get the info for a specific issue (ex: using "GET" instead of "POST" and using this URL https://www.popularthemereview.com/ but when I have to send a new issue, the code doesn't do anything (no error message). Can someone help me with this please? :)
Dear @John danny ,
welcome to the community!
In you upper code snippet you used following path:
https://myproject/rest/api/2/issue/
remove the ending '/' and try again.
You could also try to add another HTTP header:
User-Agent: x
And please enable debug/error logging - this makes things easier.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.