mongodb-js-jira
v0.1.1
Published
Light wrapper to access JIRA's API and abstract out api-specific methods
Downloads
13
Maintainers
Keywords
Readme
jira-api-wrapper
Light wrapper to access JIRA API and abstract out api-specific methods
Install
npm install mongodb-js-jira
Example
var jira = require('mongodb-js-jira');
// Function to search JIRA for issues that match the provided JQL and writes results to a stream
// @return callback(err) if an error occurs or callback(null, stream) if successful
jira.getJiraIssuesJQL(<jql>, callback);
License
Apache 2.0