mongodb-js-jira

Light wrapper to access JIRA's API and abstract out api-specific methods

Usage no npm install needed!

<script type="module">
  import mongodbJsJira from 'https://cdn.skypack.dev/mongodb-js-jira';
</script>

README

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