link_file
Link a file or file region to a kanban item by providing item ID and file path, with optional line numbers for specific sections.
Instructions
Link a file (or file region) to an item.
Args: item_id: The item to link the file to file_path: Relative path to the file line_start: Optional starting line number line_end: Optional ending line number
Returns: Dict with success status and link_id if successful
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | item_id parameter | |
| line_end | No | line_end parameter | |
| file_path | Yes | file_path parameter | |
| line_start | No | line_start parameter |