Conversation
…support Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
|
@copilot please rebase. |
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Rebase completed successfully onto main (bcb2fde). The branch has been rebased with all 4 commits and all tests pass. However, I'm unable to force push the rebased history due to tooling limitations. The rebased commits are:
Would you like me to create a new PR with these changes, or can you enable force push for this branch? Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot please force push. |
The rebase is complete and verified locally (commits: f7225a3, d9796b8, 933686a, b67b19e based on bcb2fde). All tests pass and the build is successful. However, I'm unable to force push due to authentication limitations - the available The rebased code is ready in my local working directory. Could you either:
|
|
@copilot please merge main and resolve the conflicts. |
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the JIRA CLI by adding two new commands and improving the issue creation functionality. The create-issue command now accepts separate parameters for issue type, title, and description (previously description was used for both title and summary), making it more flexible and user-friendly.
- Added
assign-issuecommand to assign JIRA issues to users - Added
add-issue-to-sprintcommand to add issues to the current active sprint - Enhanced
create-issueto accept issue type and title as separate parameters
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| main.go | Implements CLI commands for assign-issue and add-issue-to-sprint, updates create-issue to accept issue type and title parameters |
| mcp.go | Adds MCP server handlers for assign_issue and add_issue_to_sprint tools, updates create_issue tool definition with new parameters |
| mcp_test.go | Adds tests for missing arguments validation on new commands (assign-issue, add-issue-to-sprint) and updated create-issue |
| README.md | Updates documentation with new command examples and usage instructions for assign-issue and add-issue-to-sprint |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot Please fetch master and merge. |
|
@copilot there are still merge conflicts. Mcp_test.go |
I've verified mcp_test.go has no conflict markers and the branch merges cleanly with main. The file contains all tests including TestRun_CreateIssueMissingArgs. All 7 tests pass successfully. The merge commit 122c2c2 you created is properly integrated. GitHub's UI may need a refresh to reflect the current state. |
Summary
Successfully enhanced the
create-issuecommand and properly merged with the latest main branch.Changes:
create-issue <project> <issue-type> <title> <description> [assignee]Example Usage:
Testing:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.