Match Tasks To Refs
asana_match_tasks_to_refsResolve code references (branch names, commit subjects, PR titles) to Asana tasks via GIDs, URLs, #1234, or unique fuzzy name match. Connect repository history to Asana work.
Instructions
Resolve code references — branch names, commit subjects, PR titles — to the Asana tasks they refer to. Recognizes bare GIDs, Asana URLs, #1234 / ASANA-1234 conventions, and falls back to a conservative fuzzy name match that only accepts a single unambiguous hit. Use this to connect repository history to Asana work, e.g. to find which tasks have no code behind them or which commits have no tracked task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | Yes | Newline- or comma-separated code references to resolve. Typically the output of `git log --oneline`, `git branch --list`, or a list of PR titles. | |
| workspace | No | Workspace GID to resolve names in. Can be omitted if ASANA_DEFAULT_WORKSPACE_GID is set. |