frieder/Jira Issue Info
Get properties of a Jira issue.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 15, 2026
- License
- MIT
Pinned Snippet
uses: frieder/jira-issue-info@59de125c9a70637f17c04c72bd22e706e3735d23 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| retries | The number of retries to connect to the Jira API before considered failed. | no | 1 |
| retryDelay | The time in seconds to wait in between connection attempts. | no | 10 |
| timeout | The time in milliseconds in which a request must finish or otherwise considered failed. | no | 2000 |
| issue | The ID of the Jira issue. | yes | — |
| customFields | A multiline string of custom fields along with an ID with which the field's value should be registered for output. | no | — |
Outputs
no outputs