list_available_assignees
Retrieve users permitted as assignees for a given project or work package. Use this before assigning a user when the global list is unavailable.
Instructions
List users permitted as assignees for exactly one project or work package. Use this before assignment when the global user list is unavailable; provide projectId or workPackageId, never both. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project to find valid assignees for; mutually exclusive with workPackageId | |
| workPackageId | No | Work package to find valid assignees for; mutually exclusive with projectId |