Skip to content

Conversation

Copy link

Copilot AI commented Sep 15, 2025

Plan: Update Jira ticket PLAY-34 status to "In Review"

After exploring the repository, I discovered that TaskFlow has an existing Jira integration system that automatically updates ticket statuses. The system consists of:

  1. GitHub Workflow (.github/workflows/jira-callback.yml): Automatically triggers when review is requested on PRs
  2. CI Script (ci.js): Node.js script that calls Jira webhook to update ticket status
  3. Existing Integration: Extracts Jira keys from PR titles and calls webhook

Implementation Plan:

  • Explore repository structure and understand existing Jira integration
  • Identify the CI script and GitHub workflow for updating ticket status
  • Test the existing CI script functionality
  • Create a simple script or modify existing tools to update PLAY-34 specifically
  • Verify the ticket status update mechanism works
  • Document the process and any changes made

Current Status:

  • Repository uses Next.js 15, React, TypeScript, Prisma
  • Has existing automation via GitHub workflows for Jira integration
  • CI script expects JIRA_WEBHOOK_URL and JIRA_WEBHOOK_TOKEN environment variables
  • Need to determine best approach to update PLAY-34 status to "In Review"

Fixes #120.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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.

Update ticket status

2 participants