Assigning Claude issue #189986
Answered
by
Smikalo
michael-kozyrev-kigroup
asked this question in
Apps, API and Webhooks
Assigning Claude issue
#189986
-
Select Topic AreaQuestion BodyI’m trying to assign Claude to a GitHub issue through the GitHub API in an organization repo, but it fails with an assignee/access error. Is there some org-level restriction I’m missing? |
Beta Was this translation helpful? Give feedback.
Answered by
Smikalo
Mar 18, 2026
Replies: 1 comment 4 replies
-
|
For the context, this is a follow-up from this conversation: https://github.com/orgs/community/discussions/189984 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There usually are two separate gates here.
First, GitHub only lets you assign issues to accounts that are actually assignable in that repo, and only people with write access can make the assignment. In org repos, assignable users include people with write access, org members with read access, and some participants like commenters, but not arbitrary accounts that don’t have repo access. GitHub’s assignees docs are here: https://docs.github.com/en/rest/issues/assignees and https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/assigning-issues-and-pull-requests-to-other-github-users
Second, if you mean GitHub’s native Claude coding agent, the org has to enable partner…