Skip to content

Commit 984cb69

Browse files
committed
add remotelink to support the /issue/{issuekey}/remotelink api
1 parent e09023c commit 984cb69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/jira.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,12 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
600600
});
601601
};
602602

603+
/**
604+
* Retrieves the remote links associated with the given issue.
605+
*
606+
* @param issueNumber - The internal id (not the issue key) of the issue
607+
* @param callback
608+
*/
603609
this.remoteLink = function remoteLink(issueNumber, callback) {
604610

605611
var options = {

0 commit comments

Comments
 (0)