node-jira icon indicating copy to clipboard operation
node-jira copied to clipboard

A nodejs wrapper for the JIRA REST API

Results 71 node-jira issues
Sort by recently updated
recently updated
newest added

It might be better to relax the statusCode checks a bit (i.e., consider things to be OK if statusCode is in the 2xx family).

Had to actually dig through your jira.js to find what params need to be passed . It ll be nice to have documentation on these methods

A getFilter function would be helpful to retrieve complex JQLs already on jira filters.

Atlassian OAuth only provides RSA-SHA1 (at least in the cloud version). This requires a new version of request module, the old version doesn't support RSA-SHA1. But seems everything else is...

Closes #141 . This PR upgrades the `request` package to latest version, which is `2.79.0` as of the time of this PR. I tried running tests, but 2 tests fail,...

The version of `request` package being used here (`"request": "

This is useful for being able to query development related data such as which branches are associated with a ticket.

It should be very useful.