actions-marketplace-validations/Jira Issue Updater
Updates several properties of a Jira issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 6, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/frieder_jira-issue-updater@aa441465d5d61f3d7ebfda74d8b1656aa7ca0b77 # no releases — HEAD as of 2026-07-12tags 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 |
| failOnError | Should the action report back as failed when at least one issue cannot be updated. | no | true |
| issue | The ID(s) of the Jira issue(s). | yes | — |
| summary | The title (summary) of the Jira ticket. | no | — |
| description | The description of the Jira ticket. | no | — |
| assignee | The user assigned to the ticket. | no | — |
| priority | Define the priority of a ticket. | no | — |
| duedate | Define the due date of a ticket. | no | — |
| resolution | Define the resolution of the ticket. | no | — |
| components | Define components to be added/removed/set to the ticket. | no | — |
| fixversions | A list of fix versions to be added/removed/set to the ticket. | no | — |
| labels | A list of labels to be added/removed/set to the ticket. | no | — |
| customfields | A list of custom fields with their respective values. | no | — |
| customfieldsJson | A list of custom fields with their respective values in JSON. Supports Atlassian Documents and multiple values. | no | — |
Outputs
no outputs