0.1.1 • Published 8 years ago

mongodb-js-jira v0.1.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

jira-api-wrapper travis npm

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