actions-marketplace-validations/Jira Issue Updater

Updates several properties of a Jira issue

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 6, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/frieder_jira-issue-updater@aa441465d5d61f3d7ebfda74d8b1656aa7ca0b77 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
retriesThe number of retries to connect to the Jira API before considered failed.no1
retryDelayThe time in seconds to wait in between connection attempts.no10
timeoutThe time in milliseconds in which a request must finish or otherwise considered failed.no2000
failOnErrorShould the action report back as failed when at least one issue cannot be updated.notrue
issueThe ID(s) of the Jira issue(s).yes
summaryThe title (summary) of the Jira ticket.no
descriptionThe description of the Jira ticket.no
assigneeThe user assigned to the ticket.no
priorityDefine the priority of a ticket.no
duedateDefine the due date of a ticket.no
resolutionDefine the resolution of the ticket.no
componentsDefine components to be added/removed/set to the ticket.no
fixversionsA list of fix versions to be added/removed/set to the ticket.no
labelsA list of labels to be added/removed/set to the ticket.no
customfieldsA list of custom fields with their respective values.no
customfieldsJsonA list of custom fields with their respective values in JSON. Supports Atlassian Documents and multiple values.no

no outputs