node-jira
node-jira copied to clipboard
A nodejs wrapper for the JIRA REST API
It allows to use different instances of JiraApi with different users' credentials
Added method to retrieve existing user groups from Jira and a stringifier method to obtain GET parameters from a JSON object
When calling transitionIssue, I get an error "415: Error while updating". Here is the code I'm using: ``` var jira = new JiraApi('https', config.host, config.port, config.username, config.password, '2'); jira.transitionIssue(issueNum, 'RESOLVED',...
add context variable that support use of JIRA when it is not the default context
I have found that node-jira uses basic auth. But is it possible only to login, then print the response body and not doing anything else? In sort, i am seeking...
Hi, is it possible to have an option to just use standard html engine instead of ejs and jade. Thanks.
Adding in makeOptions to allow easy building of request options and defaulting of values. Also passes in auth correctly so you can have complex passwords. This is working with my...
npm install jira fails with the error: Error: No compatible version found: oauth@'^0.9.11'