node-jira
node-jira copied to clipboard
A nodejs wrapper for the JIRA REST API
When I called node-jira API, I found that searchJira was not working properly. Then I checked the source code . and I change the code like this : ``` var...
This is a function I created to run JIRA backups from an AWS lambda function (it could also be used from any node app obviously). All it does, is checking...
JSHint reports that [this row](https://github.com/steves/node-jira/blob/master/lib/jira.js#L132): ``` js OAuth = require("oauth"); ``` has unused variable. And this is true. Is it really needed somewhere?
Hi, here is PR on setup connection timeout.
I see you merged: - #107 - #108 - #110 - #111 - #117 - #118 - #116 It has been a month since those were merged but nothing has...
First off I'd like to express my appreciation for this library and for recently bringing in #107 and #116. Some members of my team have struggled with these issues, so...