-
Notifications
You must be signed in to change notification settings - Fork 93
OPRUN-4235: Turn the gh2jira commands into slash commands #104
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
base: main
Are you sure you want to change the base?
Conversation
|
@oceanc80: This pull request references OPRUN-4235 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.21.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: oceanc80 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @oceanc80. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| - Maintaining synchronization between GitHub and Jira workflows | ||
| - Bulk importing GitHub issues into Jira projects | ||
|
|
||
| The command uses the gh2jira utility (located at `/Users/cchantse/go/src/github.com/oceanc80/gh2jira`) to perform the cloning operation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should avoid specific paths like this, you may want to have some kind of install instructions, at least in the README if not a dedicated / command
|
@stbenjam Done. Removed hardcoded paths from both clone-from-github.md and reconcile-github.md, and created a new /jira:setup-gh2jira command that walks users through installing gh2jira and setting up all required tools, configuration files, and access tokens. AI-assisted response via Claude Code |
|
/ok-to-test |
- Add /jira:clone-from-github command for cloning GitHub issues to Jira - Add /jira:reconcile-github command for reconciling state between platforms - Add /jira:setup-gh2jira command for guided installation and configuration - Remove hardcoded user-specific paths from all commands - Add links to gh2jira repository for reference - Provide comprehensive setup walkthrough for tools, tokens, and config files The setup command guides users through: - Installing Go and gh2jira - Creating GitHub and Jira Personal Access Tokens - Configuring tokenstore.yaml with credentials - Setting up profiles.yaml for project shortcuts - Creating workflows.yaml for state mapping - Adding gh2jira to PATH 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
What this PR does / why we need it:
This set of slash commands helps us mirror GitHub issues into Jira and reconcile drift between our upstream GitHub issues and those in Jira. It is based on https://github.com/oceanc80/gh2jira.
Special notes for your reviewer:
Checklist:
assisted-by: Claude