This was generated by AI during triage.
What to build
Implement Issue creation for the Core Issue Loop. A Workspace Member should be able to create an Issue from the active public Team issue list at /:workspaceSlug/team/:teamKey/active, with a required title, defaulted Workflow Status, creator attribution, and a stable Team-scoped issue key such as CORE-1.
The key behavior is transactional issue number generation through the Team Issue Counter, followed by an authoritative Issue response that refreshes the Team issue list.
Acceptance criteria
Blocked by
What to build
Implement Issue creation for the Core Issue Loop. A Workspace Member should be able to create an Issue from the active public Team issue list at
/:workspaceSlug/team/:teamKey/active, with a required title, defaulted Workflow Status, creator attribution, and a stable Team-scoped issue key such asCORE-1.The key behavior is transactional issue number generation through the Team Issue Counter, followed by an authoritative Issue response that refreshes the Team issue list.
Acceptance criteria
/:workspaceSlug/team/:teamKey/active.Blocked by