fj issue edit --add-assignee errors 'not found' on an existing issue #158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
fj issue edit <n> --add-assignee <user>returnserror: not found: <owner>/<repo> #<n>for an issue that demonstrably EXISTS (fj issue view <n>andfj issue listboth show it fine).Repro (2026-06-14, usw-dev-01)
fj issue create(succeeded, returned the URL).fj issue view 491 --repo rasterstate/paragon-> shows the issue OK.fj issue list --repo rasterstate/paragon-> #491 listed OK.fj issue edit 491 --repo rasterstate/paragon --add-assignee stephen->error: not found: rasterstate/paragon #491(retried twice, same).Expected
The assignee is added (stephen is the repo owner / a valid assignable user).
Notes