Fork of the node-red-contrib-jiira-api package. node-red-contrib-jiira-api repository
Add new, update and retrieve issues on jira.
1. Automated issue creation
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 red
on Linux, %APPDATA%\node-red
on Windows):
npm install node-red-jira-api
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.
- get issue - retrieve issue by ID or name
- add issue - create new issue
- edit issue - change specified by id or name issue 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.