Pick the repository and base branch when assigning issues to Copilot #173575
Replies: 43 comments 100 replies
-
What’s the difference between giving instructions in a comment on an issue and this additional instructions? |
Beta Was this translation helpful? Give feedback.
-
|
Seems broken. Getting errors - on mobile (iOS) and web. Worked earlier - now fails.
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for this cool feature. But how can I automate it using the GraphQL API? I tried to follow this doc and it successfully creates the issue via GraphQL and assigns Copilot it with no issue. However, Copilot doesn't start working automatically on the issue. So I was wondering how to configure these new popup values via GraphQL so that Copilot starts on its own |
Beta Was this translation helpful? Give feedback.
-
|
This is a helpful feature, however, I have been simply providing instructions in the issue for this in the past, which is traditionally how I would provide any custom instructions to my development teams. So in a lot of ways this actually adds a step to my process. For example, if something was to be done targeting a specific hot-fix branch, it would be part of the issue requirements, and historically CoPilot has actually caught that behavior without any issues in the past. The additional instructions, that's pretty nice though, to separate AI instruction from human. |
Beta Was this translation helpful? Give feedback.
-
|
great feature, love that you can now select a starting branch :) was an issue I was bumping into quite a bit |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I'm having an problem assigning Copilot an issue and targeting a specific repository. I'm not seeing all repositories that I have access to in that dropdown list, only a small subset of |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Branch name when assigning an issue to CopilotWhen assigning an issue to Copilot via the dialog in preview, the branch name Copilot creates is in the format |
Beta Was this translation helpful? Give feedback.
-
|
On a touchscreen device, it is inconvenient that pressing Enter in the task dialog creates the task rather than make a line break. I have already created too many tasks with missing context 😬 How can I make a line break in the dialog on for example an iPad? |
Beta Was this translation helpful? Give feedback.
-
|
Love this feature, is nice that you can specify the branches and whatnot. |
Beta Was this translation helpful? Give feedback.
-
|
I am getting:
|
Beta Was this translation helpful? Give feedback.
-
|
Great feature. Thank you |
Beta Was this translation helpful? Give feedback.
-
|
Great feature, it's been very useful to me, thank you. If there's already a way to do this before Copilot starts, I apologize; I'm still learning how to use it completely. Congratulations again on the incredible progress. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
When I click "Assign to Copilot" on an issue, I get this pop-up where I can select a custom agent. Is there an option to assign an issue (add_to_assignees) to Copilot with a Custom Agent via the REST API as well? |
Beta Was this translation helpful? Give feedback.
-
|
While creating a new issue and choosing to assign to Copilot, it's unclear to me if I need to finish creating the issue or not before hitting "assign". Will Copilot pick up the issue body that I haven't written yet, once the issue is created? |
Beta Was this translation helpful? Give feedback.
-
|
I would like to be able to pass a prompt to Copilot when I'm requesting a review. Currently Copilot gives a review based on the code changes but sometimes I would like it to review something specific, for example the strategy used or verify that we don't have regression based on semantics alone. I haven't tested it but I assume you could influence this by including that in the PR body or in a comment before you request a review. It would be nice to have some more explicit way to interact with the review mode for GitHub Copilot like when you assign a PR. |
Beta Was this translation helpful? Give feedback.
-
|
I wish there was a keyboard shortcut to automatically assign Copilot while writing the issue. |
Beta Was this translation helpful? Give feedback.
-
|
This is awesome but I have a few feedback, I wish first of all that the Ui was responsive to mobile phone, that it was also that you mobile included this feature. I also wish copilot was able to update issue, when you do pull request would be great that it update issue at the same time. Maybe a mix of ai and proper automation? |
Beta Was this translation helpful? Give feedback.
-
|
You can now assign issues to Copilot using both GraphQL and the REST API, as well as configure the target repository, base branch, custom instructions, and custom agents 🎉 Check out the changelog and the below examples to get started. REST API examplesAdd assignees to an issue Create an issue Update an issue GraphQL API examplesNote that all requests must include this header: updateIssue createIssue addAssigneesToAssignable replaceActorsForAssignable |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Can this be done from a Actions workflow? I'm getting this error:
Submitting the same through |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I am exploring the usage of Custom Coding Agents in my Organization and I was trying to run a Coding Agent more for a PR Analysis rather than a task author. Every time I run the coding agent it creates a new draft PR for it. Maybe I am trying to use it in a "wrong" way, but is it possible to run the coding agent without it creating draft Pull Requests? |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
UI/UX: I need to be able to read the ticket while writing the prompt. |
Beta Was this translation helpful? Give feedback.
-
|
Having a large number of custom agents overflows and doesn't display all options
|
Beta Was this translation helpful? Give feedback.
-
|
We have enabled GitHub Coding Agent in all levels, Enterprise, Organization and Repository. I have admin rights to my repository but still after I assign my issue to Copilot it just posts this error on the issue:
I have tried to change all access and permission settings for days now but nothing seems to help here. Any tips how to make this work? Support's Copilot doesn't provide much help other than checking all of those permissions that I have already checked multiple times. |
Beta Was this translation helpful? Give feedback.














Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're bringing you a range of additional options for assigning Copilot to issues as part of this public preview. When assigning an issue to Copilot coding agent, you can now choose which repository Copilot should work in, pick a starting branch, and provide additional instructions to give it more context.
CCA.issue.assign.mp4
Here’s what’s new:
REST API examples
Add assignees to an issue
Create an issue
Update an issue
GraphQL API examples
Note that all requests must include this header:
updateIssue
createIssue
addAssigneesToAssignable
replaceActorsForAssignable
For more details, check out our documentation on assigning Copilot to an issue.
👇 Want to share feedback on this public preview or join the conversation? Please comment below!
Disclaimer: The UI for features in public preview is subject to change.
Beta Was this translation helpful? Give feedback.
All reactions