Link issue to initiative target
Accepts an issue UUID, bare number, #number, ATOLL-number, TSK-number, or an unambiguous project-derived prefix in issue_id. Resolution is restricted to the initiative’s organization and authoritative project scope. Authorizes the target before reading the issue; for project-bound issues, requires edit/admin access to the issue project, which must already be linked to the initiative, plus every target and initiative project. Writable projectless issues are allowed only for eligible non-guests. Successful writes persist the canonical issue UUID. Invalid identifiers return 400, concealed or out-of-scope references return 404, ambiguous references return 409, and resolver failures return 500.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
id identifier
initiativeId identifier
targetId identifier
Body
Issue UUID, bare issue number, #number, ATOLL-number, TSK-number, or an unambiguous project-derived prefix. The resolved issue must be in the initiative's authoritative scope.
1"00000000-0000-0000-0000-000000000001"
"42"
"#42"
"ATOLL-42"
"TSK-42"
Response
Created

