Hello
I'm setting up a script to automatically retrieve some stats from my Jira Cloud Service Desk project. In the past I saw Jira provides large API support, so I was expecting it would be pretty easy. Somehow it is taking longer than expected and the doc (https://developer.atlassian.com/cloud/jira/service-desk/rest/ ) doesn't seem to help.
First: Authentication
Second: Path
Third: Expansion
Any suggestion?
Thanks
Thomas
I eventually had it working
1) encode the string
"username:password"
with Base64
2) add the header
"Authorization: Basic <encoded string>"
to your cUrl command
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.