Link issue
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. Requires edit/admin access to every project linked to the initiative and, for project-bound issues, to the issue project, which must already be linked. Eligible non-guests may link writable projectless issues. 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.
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
Successful response
The response is of type object.

