im-open/Transition Jira Tasks by Query

Performs the given JQL query to find issues and transition them to the given status.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 26, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: im-open/transition-jira-issues@3b0669c53662f9fd5d930bef57eda1c5b8e132e5 # v1.1.0

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

namedescriptionrequireddefault
domain-nameThe domain name for Jira.yes
jql-queryThe JQL query to use to find issues that will be transitioned. If `issues` input is also provided, only issues returned by the JQL query and are included in the `issues` list will be transitioned.no
issuesComma delimited list of issues to transition.no
transition-nameThe name of the transition to perform. Examples might include Open, In Progress, Deployed, etc.yes
update-fieldsA map of issue screen fields to overwrite, specifying the sub-field to update and its value for each field. When multiple sub-fields or other operations are required, use 'update' input instead.no
process-operationsA map containing the field name and a list of operations to perform. The fields included in here cannot be included in 'fields' input.no
commentAdd a comment to the issue after the transitionno
missing-transition-as-successfulMark as a successful if issue is missing the transition.notrue
fail-on-transition-failureFail if some issues failed transitioning.notrue
fail-if-issue-excludedFail if some issues are excluded from the original query.notrue
fail-if-jira-inaccessibleFail if Jira is inaccessible at the moment. Sometimes Jira is done but shouldn't block the pipeline.nofalse
jira-usernameThe username to login to Jira with in order to perform the transition. Will be ignored if not set.yes
jira-passwordThe password to login to Jira with in order to perform the transition. Must be set if jira-username is set. If set when jira-username is not set, it will be ignored.yes
create-noticeAdd notification to runner with details about successful transitioned issues.notrue
create-warningsAdd warning notifications to runner.notrue
namedescription
processed-issuesIssues successfully transitioned, skipped or (if enabled) unavailable.
transitioned-issuesIssues successfully transitioned.
failed-issuesIssues in Jira not successfully processed.
unavailable-issuesIssues missing the specificed transition.
excluded-issuesIssues excluded that are listed in the 'issues' input but not identified by query.
is-successfulOne or more issues were transitioned successfully and/or skipped.
some-transitionedSome issues were transitioned successfully.
some-identifiedSome issues were found in Jira.
some-unavailableSome issues do not have transition.
some-skippedSome issues skipped when already transitioned or other causes.
some-excludedSome issues were excluded.