MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
https://mrrefactoring.github.io/jira.js/
MIT License
349 stars 46 forks source link

issueRemoteLinks.getRemoteIssueLinks should return an array #295

Closed fsmaia closed 6 months ago

fsmaia commented 6 months ago

Currently, in Version3, getRemoteIssueLinks is returning a Models.RemoteIssueLink, and in the actual endpoint its return is a Models.RemoteIssueLink[]

MrRefactoring commented 6 months ago

Fixed in v3.0.2. Thanks for reporting and fixing