Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Github Issues to Jira Issues #5224

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

jmuzina
Copy link
Member

@jmuzina jmuzina commented Jul 16, 2024

Done

Add GH-Jira issues integration. Uses Canonical gh-jira-sync-bot.

This is configured to synchronize GH issues with the Vanilla Maintenance epic on Jira.

Fixes WD-11827

QA

  • Review sync bot README. Verify that the configuration introduced by this PR is correct.

Check if PR is ready for release

If this PR contains Vanilla SCSS code changes, it should contain the following changes to make sure it's ready for the release:

  • PR should have one of the following labels to automatically categorise it in release notes:
    • Feature 🎁, Breaking Change 💣, Bug 🐛, Documentation 📝, Maintenance 🔨.
  • Vanilla version in package.json should be updated relative to the most recent release, following semver convention:
    • if CSS class names are not changed it can be bugfix relesase (x.x.X)
    • if CSS class names are changed/added/removed it should be minor version (x.X.0)
    • see the wiki for more details
  • Any changes to component class names (new patterns, variants, removed or added features) should be listed on the what's new page.

@webteam-app
Copy link

@jmuzina jmuzina changed the title Integrate GH Issues with Jira Issues Sync Github Issues to Jira Issues Jul 16, 2024
@jmuzina jmuzina marked this pull request as ready for review July 16, 2024 20:50
# (Optional) Dictionary mapping GitHub issue labels to Jira issue types.
# If label on the issue is not in specified list, this issue will be created as a Bug
label_mapping:
enhancement: Story
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have the "enhancement" label, so this will have no effect as far as I understand.

This doesn't matter I think, for now. Let's start using it and we can adjust config as needed.

Copy link
Member

@bartaz bartaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT, thanks!

@bartaz bartaz added Review: Percy needed This PR needs a review of Percy for visual regressions Review: Code +1 and removed Review: Code needed Review: Percy needed This PR needs a review of Percy for visual regressions labels Jul 17, 2024
@bartaz bartaz merged commit fea4471 into canonical:main Jul 17, 2024
11 checks passed
@jmuzina jmuzina deleted the gh-jira-sync-bot-integration branch August 28, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance 🔨 Review: Code +1 Review: Percy needed This PR needs a review of Percy for visual regressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants