jira-api-restclient icon indicating copy to clipboard operation
jira-api-restclient copied to clipboard

Issues with "Api::createRemotelink" method

Open aik099 opened this issue 9 years ago • 2 comments

The Api::createRemotelink method (added in 2.0.0) have following problems:

  • [ ] it's name violates camelCase naming rules, where each word (except 1st one) in method name must be capitalized (should be Api::createRemoteLink)
  • [x] the globalid parameter in API call should be named globalId instead (see https://docs.atlassian.com/jira/REST/latest/#api/2/issue-createOrUpdateRemoteIssueLink)
  • [ ] the globalid and relationship parameters shouldn't be passed to API call when they values are empty

Related to #43

aik099 avatar Jul 23 '16 11:07 aik099

the second point was fixed in https://github.com/chobie/jira-api-restclient/pull/178

cross it out or add link ;)

glensc avatar Feb 13 '19 11:02 glensc

the second point was fixed in #178

cross it out or add link ;)

Done.

aik099 avatar Feb 13 '19 11:02 aik099