Skip to content

chore: add Jira PR sync workflow#34

Open
boj wants to merge 1 commit intomainfrom
chore/add-jira-pr-sync
Open

chore: add Jira PR sync workflow#34
boj wants to merge 1 commit intomainfrom
chore/add-jira-pr-sync

Conversation

@boj
Copy link
Copy Markdown

@boj boj commented Apr 16, 2026

Adds automated GitHub PR ↔ Jira integration.

What this does

  • When a PR is labeled jira:PROJ, a Jira task is created in that project
  • PR reviews become linked Jira issues
  • Merging closes the Jira task; closing without merge cancels it

Setup

Org-level secrets JIRA_BASE_URL, JIRA_USER_EMAIL, JIRA_API_TOKEN must be set.
Edit .github/jira-users.json to map GitHub users to Jira emails.

@boj boj force-pushed the chore/add-jira-pr-sync branch from bd92097 to 017cf9e Compare April 16, 2026 23:57
Automates GitHub PR ↔ Jira task lifecycle:
- Creates Jira task when PR gets a jira:PROJ label
- Tracks reviews as linked Jira issues
- Closes Jira task when PR is merged/canceled

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@boj boj force-pushed the chore/add-jira-pr-sync branch from 017cf9e to 0a1a1db Compare April 17, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant