actions-marketplace-validations/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: actions-marketplace-validations/frieder_jira-issue-info@aa64ddd9ae4034896a6a2c3a6fbcb986eb6197a9 # no releases — HEAD as of 2026-07-10tags 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