Skip to content

Add assign-issue and add-issue-to-sprint commands#15

Merged
alexec merged 3 commits intomainfrom
copilot/add-new-commands
Nov 6, 2025
Merged

Add assign-issue and add-issue-to-sprint commands#15
alexec merged 3 commits intomainfrom
copilot/add-new-commands

Conversation

Copy link
Contributor

Copilot AI commented Nov 6, 2025

Closes: (issue number to be added)

Adds two new commands for issue management:

CLI commands:

jira assign-issue <issue-key> <assignee>
jira add-issue-to-sprint <issue-key>

MCP tools:

  • assign_issue - Assigns issue to specified user
  • add_issue_to_sprint - Moves issue to currently active sprint

Implementation:

  • assign-issue uses UpdateAssigneeWithContext
  • add-issue-to-sprint queries project boards, finds active sprint, calls MoveIssuesToSprintWithContext
  • Both commands implemented in CLI (main.go) and MCP server (mcp.go) modes

Tradeoffs:

  • Sprint assignment uses first board for project - works for typical single-board setups, may need refinement for multi-board projects
  • No board selection parameter to maintain command simplicity
Original prompt

I want new commands:

  • assign-issue
  • add-issue-to-sprint - add the issue to the current sprint

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits November 6, 2025 19:42
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Add new commands for issue management Add assign-issue and add-issue-to-sprint commands Nov 6, 2025
Copilot AI requested a review from alexec November 6, 2025 19:47
@alexec alexec marked this pull request as ready for review November 6, 2025 19:48
@alexec alexec merged commit bcb2fde into main Nov 6, 2025
2 checks passed
@alexec alexec deleted the copilot/add-new-commands branch November 6, 2025 19:49
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.

2 participants