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
We asked real teams how they’re coping with an industry in flux. Join this webinar to hear the research –plus tips for leveling up your team’s work.
Register now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.