WIP: Add emoji-based Jira issue creation from Slack threads#4940
WIP: Add emoji-based Jira issue creation from Slack threads#4940deepsm007 wants to merge 1 commit intoopenshift:mainfrom
Conversation
This implements Phase 1 of the Slack-Jira integration. Users can now add the :open_jira_dptp: emoji to a thread in #forum-ocp-testplatform to automatically create a Jira issue from that thread. The implementation includes: - Reaction handler that listens for the open_jira_dptp emoji - Authorization check to ensure only testplatform team members can use it - Thread content fetching with proper pagination - Shadowbot summary extraction with fallback to simple concatenation - Jira issue creation using existing FileIssue interface - ConfigMap storage to track thread-to-Jira mappings and prevent duplicates - Confirmation messages posted back to the Slack thread The code follows the same patterns as the existing FAQ handler and integrates cleanly with the existing Slack bot infrastructure.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@deepsm007: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
This implements Phase 1 of the Slack-Jira integration. Users can now add the :open_jira_dptp: emoji to a thread in #forum-ocp-testplatform to automatically create a Jira issue from that thread.
The implementation includes:
The code follows the same patterns as the existing FAQ handler and integrates cleanly with the existing Slack bot infrastructure.
/cc @Prucek