Backend Issue 11: Add Agent Issue Read APIs #12

Closed
opened 2026-05-19 02:28:00 -05:00 by null · 0 comments
Owner

Goal

Allow agents to discover and inspect Forgejo issues for their accessible boards.

Suggested Endpoints

  • GET /api/v1/agent/boards/{board_id}/git/issues
  • GET /api/v1/agent/boards/{board_id}/git/issues/{issue_id}

Acceptance Criteria

  • Board-scoped agents only see issues for their assigned board.
  • Main agents are constrained by organization/gateway scope.
  • Agents only see issues for repositories linked to the board.
  • Pull requests are excluded from agent issue responses in MVP.
  • Routes include LLM guidance metadata.
  • Tests cover board-scoped access and forbidden cross-board access.

Out Of Scope

  • Closing issues, Frontend UI.
## Goal Allow agents to discover and inspect Forgejo issues for their accessible boards. ## Suggested Endpoints - `GET /api/v1/agent/boards/{board_id}/git/issues` - `GET /api/v1/agent/boards/{board_id}/git/issues/{issue_id}` ## Acceptance Criteria - Board-scoped agents only see issues for their assigned board. - Main agents are constrained by organization/gateway scope. - Agents only see issues for repositories linked to the board. - Pull requests are excluded from agent issue responses in MVP. - Routes include LLM guidance metadata. - Tests cover board-scoped access and forbidden cross-board access. ## Out Of Scope - Closing issues, Frontend UI.
null added the
backend
forgejo
service
labels 2026-05-19 03:32:01 -05:00
null closed this issue 2026-05-19 03:33:01 -05:00
Sign in to join this conversation.
No description provided.