node-jira-client
node-jira-client copied to clipboard
A Node.js wrapper for the Jira REST API
Hello there :wave: I'm currently trying to use the `rankIssues(body)` method as follows: ```js // code exists inside a function that answers an HTTP-request const jiraClient = new JiraApi({ ......
For some reason, when i try to use the admin account of my Jira server, it throws: 401 Basic Authentication Failure - Reason : AUTHENTICATED_FAILED i'm preetty sure i'm using...
Add support for ServiceDesk api and method for getting organization and adding users to organization
This is a basic first step support of ServiceDesk api.
Some Jira APIs set a header `content-encoding: gzip` and in the body of the message send gzip compressed data rather than human-readable json data. It appears maybe this node Jira...
Hi, I'm looking for an API call to update worklogs: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs/#api-rest-api-3-issue-issueidorkey-worklog-id-put It doesn't look like this is available in this node client? Can we add it? This is critical to...
calling the `getChangelog()` endpoint with an `issueNumber` causes the below error ``` null for uri: https://jira.[company-name].com/rest/api/2/issue/ISSUE-KEY/changelog?startAt=0&maxResults=50 ``` This PR fixes the issue by doing the below 1. add `expand` property...
Wondering if this client can be used for https://docs.atlassian.com/jira-servicedesk/REST/4.2.2
Hi I have a very simple call to create a new issue but it has some weird error, wondering if it is easy to spot the issue: ``` const main...
jira.getUsersIssues('liyc', false) This function does not get the same amount of data as the actual JIRA