Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

issues_assign

Request example
{ "method": "tools/call", "params": { "name": "issues_assign", "arguments": { "fingerprint": "string", "project": "string", "org": "string", "to": "string", "unassign": true } } }
issues_assignTOOL
Assign an issue to an org member or remove the current assignee.
Pass --to <member-id> to assign, or --unassign to clear the assignee. Get member IDs from the Strada website team page.
Parameters
fingerprint *string
Positional argument fingerprint
project?string
Project slug override (defaults to folder setup)
org?string
Organization override (defaults to folder setup)
to?string
Org member ID to assign
unassign?boolean
Remove the current assignee