get_goals
Retrieve a list of team goals with optional filters for phase, status, assignee, parent goal, or top-level only. Input team ID to get started.
Instructions
チームのゴール一覧を取得する。フェーズ、ステータス、担当者でフィルタ可能。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | チームID | |
| status | No | ステータスフィルタ | |
| phase_id | No | フェーズIDでフィルタ | |
| assigned_to | No | 担当者IDでフィルタ | |
| parent_id | No | 親ゴールIDでフィルタ | |
| top_level_only | No | トップレベルゴールのみ取得 |