Please enable JavaScript.
Coggle requires JavaScript to display documents.
jira.add(issue) (start ($SYS.GET (QUESTION (Summary=%sys.%problemType,…
jira.add(issue)
start
$SYS.GET
QUESTION
Summary=%sys.%problemType
Summary=%sys.givenname %sys.familyname %problemType
desc=%problemDetails
https://hooks.zapier.com/hooks/catch/3168386/ohzdyl9/
end
$SYS.POST
ANSWER
%raw
http://localhost:8080/rest/api/2/issue/
%raw
QUESTION
Authorization: Basic c2VyZ2d1OkBTZXJoaWkxMg==
Authetification
Basic
https://developer.atlassian.com/server/jira/platform/basic-authentication/
OAuth
https://developer.atlassian.com/server/jira/platform/oauth/
curl -H "Authorization: Basic ZnJlZDpmcmVk" -X GET -H "Content-Type: application/json"
http://localhost:8080/rest/api/2/issue/createmeta
GET
Authorization: Basic ZnJlZDpmcmVk
http://localhost:8080/rest/api/2/issue/createmeta
A Jira Server site; ours is running at:
localhost:8080
curl -u username:password -X GET -H "Content-Type: application/json"
http://localhost:8080/rest/api/2/issue/createmeta