Node-RED Jira API nodes
npm install @platmac/node-red-jira-apiFork of the node-red-contrib-jiira-api package.
node-red-contrib-jiira-api repository
2. Automated updating or changing status of issues
3. Create custom dashboards with issues
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 on Linux,
red%APPDATA%\node-red on Windows):
``bash``
npm install node-red-jira-api
You need an Atlassian Jira access token to use these nodes.
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.