https://github.com/kcsoft/node-red-jira-search
https://github.com/kcsoft/node-red-jira-search
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kcsoft/node-red-jira-search
- Owner: kcsoft
- License: apache-2.0
- Created: 2023-06-03T06:42:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T08:29:53.000Z (9 months ago)
- Last Synced: 2025-09-17T08:44:42.620Z (9 months ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-RED Jira Search
## Using the Search node
You can pass in `msg.jql` and optional `msg.fields` or specify a JQL/fields in the configuration of the node.
After execution, the msg.payload will contain the search results.
All the pages are fetched automatically and concatenated into one array.