Agent activity in GitHub Issues and Projects #190731
Replies: 4 comments 5 replies
-
|
After assigning an issue to Copilot agent, the issue link text disappeared from PR description, which broke auto-close linked issue after the PR was merged. there's no such issue yesterday. |
Beta Was this translation helpful? Give feedback.
-
|
I observed another issue that was not present before. We do have an automation that assigns Copilot to issues so it immediately starts working on them. But now with the same automation that creates the issue, Copilot faces an error and cannot start working on it. The payload is per the docs What we observed is that via the UI the agent gets nested below a user assignee. Whereas when we do the issue creation with the API, the Copilot stays in the same hierarchy and produces the error which is non-debuggable (or at least as a user without admin access to the repos I cannot see). Is there a change in the API that we need to use now so that new flow works properly? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
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 shipped two new features that bring agent activity directly into your planning workflows.
Agent sessions under assignees in GitHub Issues
When a coding agent (e.g., Copilot, Claude, or Codex) is assigned to an issue, its session now appears directly under the assignee in the sidebar. Each session shows a live status: "queued", "working", "waiting for review", or "completed". Click any session to jump straight into the session logs.
agents_issues.mp4
This is now generally available for all repositories with access to coding agents.
Agent sessions in project table and board views
Agent sessions now surface directly in project table and board views. You can see at a glance which items have attached agent sessions, their current status, and how work is progressing across a large body of work.
projects_agents.mp4
To try this out, open the View menu and turn on Show agent sessions.
Beta Was this translation helpful? Give feedback.
All reactions