Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

mongodb-js/jira-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published