Skip to content

Add sync-release-to-jira workflow#609

Open
10zingpd wants to merge 1 commit intomainfrom
add-sync-release-to-jira-workflow
Open

Add sync-release-to-jira workflow#609
10zingpd wants to merge 1 commit intomainfrom
add-sync-release-to-jira-workflow

Conversation

@10zingpd
Copy link
Copy Markdown

@10zingpd 10zingpd commented Apr 8, 2026

Summary

  • Adds a manual Sync Release to Jira GitHub Actions workflow
  • Creates a "C++ SDK {version}" fix version in Jira's RSDK project
  • Parses RSDK ticket IDs from release notes, sets fix versions, and closes tickets in "Awaiting Release" status
  • Mirrors the workflow used by viam-python-sdk

Required Secrets

  • JIRA_BASE_URL — Jira instance URL (e.g., https://viam.atlassian.net)
  • JIRA_EMAIL — Jira account email
  • JIRA_API_TOKEN — Jira API token

Test plan

  • Verify the required Jira secrets are configured in repo settings
  • Trigger the workflow manually with a known release version
  • Confirm the Jira fix version is created and tickets are tagged/closed
  • Verify the release page link works (e.g., /projects/RSDK/versions/{id}/tab/release-report-all-issues)

🤖 Generated with Claude Code

Adds a manual GitHub Actions workflow that creates a "C++ SDK {version}"
fix version in Jira, tags referenced RSDK tickets, and closes those in
"Awaiting Release" status. Mirrors the workflow used by viam-python-sdk.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@10zingpd 10zingpd requested a review from a team as a code owner April 8, 2026 16:27
@10zingpd 10zingpd requested review from allisonschiang and lia-viam and removed request for a team April 8, 2026 16:27
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