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
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.