steves / node-jira

A nodejs wrapper for the JIRA REST API
378 stars 169 forks source link

Jira issueLink api returns a 201, not a 200 #105

Open shawnam opened 9 years ago

shawnam commented 9 years ago

Despite what https://docs.atlassian.com/jira/REST/latest/#d2e2783 claims, a successful POST to issueLink returns a 201, not a 200. The issueLink function is looking for a 200 response to declare success.