agile_locateIssues
Locate Jira issue keys on a board: each issue status maps to its column and indicates if it matches the board filter. Use this to see where a specific issue sits on a kanban.
Instructions
Locate issue keys on a board: map each issue status → column name (and whether it matches the board filter/subQuery). Useful for “where is PROJ-1 on the kanban?”.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Board id | |
| issueKeys | Yes | Issue keys to locate | |
| applyBoardFilter | No | If true, only return issues that match the board filter (+ subQuery); missing keys → onBoard:false. Default false: map column by status even if filtered out of the board. |