JIRA-REST
JIRA-REST copied to clipboard
Thin wrapper around Jira's REST API
Covering the `remotelink` endpoint: https://developer.atlassian.com/server/jira/platform/jira-rest-api-for-remote-issue-links/
`POST` creates, `PUT` updates with HTTP In the examples `PUT` is (rightfully) used for editing: https://github.com/gnustavo/JIRA-REST/blob/5de3eb67533868dbe821795a0bde2268b2cee0cf/examples/edit_issue.pl#L50
Hi, The cloud instances of Jira have slightly different URL patterns, as explained here: https://developer.atlassian.com/cloud/jira/software/rest/intro/#base-url-differences Would be great if you could add support for that.
Using username/password I get: ``` JIRA::REST Error[401 - Unauthorized]: Basic authentication with passwords is deprecated. For more information, see: https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth/ ``` --- Using `pat` (assuming it's the Jira API Token)...