wrbl606/jira-to-pr

Create a pull request that solves a Jira ticket with an agentic coding CLI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
jira-ticket-idJira issue key to load and solve, for example PROJ-123.yes
jira-base-urlBase URL for Jira, for example https://example.atlassian.net.yes
jira-emailJira account email. Required when jira-auth-method is basic.no
jira-api-tokenJira API token or bearer token.yes
jira-auth-methodJira authentication method. Supported values are basic and bearer.nobasic
github-tokenGitHub token used to push the branch and create the pull request.no
config-dirDirectory in the checked out repository containing prompts and hook scripts.no./jira-to-pr
providerCoding CLI provider adapter to run.nocodex
base-branchPull request base branch. Defaults to the checked out branch.no
branch-prefixPrefix for generated solution branches.nojira-to-pr
commit-messageCommit message. Supports {ticket}.noSolve {ticket}
pr-titlePull request title. Supports {ticket} and {summary}.no{ticket}: {summary}
pr-bodyOptional pull request body. Supports {ticket} and {summary}.no
pr-labelsComma-separated labels to add to the pull request.no
draftCreate the pull request as a draft.nofalse
codex-install-commandCommand used to install Codex CLI when the codex provider runs.nonpm install -g @openai/codex
codex-modelOptional model name passed to Codex CLI.no
codex-argsExtra arguments passed to codex exec.no
fail-on-empty-diffFail when the provider leaves no repository changes.notrue
namedescription
pull-request-urlURL of the created pull request.
branchName of the pushed solution branch.