MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API

Home Page:https://mrrefactoring.github.io/jira.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issueRemoteLinks.getRemoteIssueLinks should return an array

fsmaia opened this issue · comments

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

Fixed in v3.0.2. Thanks for reporting and fixing