node-jira
node-jira copied to clipboard
A nodejs wrapper for the JIRA REST API
Getting this error when running example listed in a README.md: All options for `JiraApi` class are provided correctly.. ``` (node) warning: possible EventEmitter memory leak detected. 11 pipe listeners added....
-allow running with ondemand or local instances. -added features for create/update/find new filters -delete project versions,
- Added new function to retrieve every Rapidview within JIRA - Fixed unhandled crash issue in .getLastSprintForRapidView when the response.body was undefined (frequently happens with busy or slow JIRA connections)
It's common for [Atlassian Connect Add-ons](https://developer.atlassian.com/static/connect/docs/latest/) to use REST to talk to JIRA, so node-jira would be very helpful for Add-ons built using [ACE](https://bitbucket.org/atlassian/atlassian-connect-express). Unfortunately it doesn't currently support JWT...
- Changed findIssue to always expand renderedFields. This returns html friendly description and comments (as well as some other fields) - Added implementation of the createmeta function. This currently filters...
Is anyone actively developing this anymore? It's been 7+ months since the last commit and there are 25 open pull requests.
I frequently use the Apache Soft. Foundation JIRA and it's REST endpoint is at https://issues.apache.org/jira/rest/api/ AFAICT, there is no way to construct JiraApi to match this since the basepath is...
Despite what https://docs.atlassian.com/jira/REST/latest/#d2e2783 claims, a successful POST to issueLink returns a 201, not a 200. The issueLink function is looking for a 200 response to declare success.
method that retrives Users of a group
It may be the instance of jira I'm running against, howeve the rest/greenhopper calls fail unless i modify them to include '1.0' as the 3rd param to this.makeUri If this...