Monday, November 8, 2021

Using Curl to test Jira API


curl -D- -X GET -H "Authorization: Basic [email + key]" -H "Content-Type: application/json" "https://[company].atlassian.net/rest/api/2/issue/[ticket id]"


[email + key] needs to be encrypted

No comments:

Post a Comment