Closed psyrenpark closed 4 years ago
thx
jira-connector/api/labels.js
this.getAllLabels = function(opts, callback) { var options = { uri: this.jiraClient.buildURL('/label', '3'), method: 'GET', json: true, followAllRedirects: true }; return this.jiraClient.makeRequest(options, callback); };
Hi, @psyrenpark! Can you show PR for us?
Added in 3.0.1 version
3.0.1
We want to add getAllLabels function
thx
jira-connector/api/labels.js