JSPM

@platmac/node-red-jira-api

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q66637F
  • License MIT

Node-RED Jira API nodes

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@platmac/node-red-jira-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Fork of the node-red-contrib-jiira-api package. node-red-contrib-jiira-api repository

    Features

    Add new, update and retrieve issues on jira.

    Use Cases

    1. Automated issue creation

    2. Automated updating or changing status of issues

    3. Create custom dashboards with issues

    Installation

    You can either install this package from within Node-RED using the command palette and search for "node-red-jira-api", or you run the following command in your Node-RED user directory (typically ~/.node red on Linux, %APPDATA%\node-red on Windows):

    npm install node-red-jira-api

    Jira API connection

    In contrast to other packages, this one does not rely on the users actual password but an access token.

    You need an Atlassian Jira access token to use these nodes.

    List nodes

    Node has 4 functions for using:

    • get issue - retrieve issue by ID or name
    • add issue - create new issue
    • edit issue - change specified by id or name issue properties

    Node input properties:

    All properties have to be inside msg object.

    issue - issue id or name either fields - object with all issue data update - object with data to update properties - represents issue properties, which provides for storing custom data against an issue. historyMetadata - represents the complete set of metadata for a history changegroup.

    Instructions of how to describe document you can find at jira api website.

    pdfmake website doc