list_work_item_relation_definitions
Retrieve all work item relation types, including built-in dependencies and custom definitions, to correctly match labels before creating a relation.
Instructions
List every relation type usable with create_work_item_relation.
Match the user's wording against an entry here before creating a relation. built_in_dependencies are fixed scheduling/blocking types; custom_definitions are workspace-specific, each with an outward and inward label. custom_definitions are also what create/update/delete_work_item_relation_definition manage.
Args: is_default: Filter custom definitions to default/non-default only. is_active: Filter custom definitions to active/inactive only.
Returns: built_in_dependencies: relation_type values for the dependency path. custom_definitions: workspace definitions; use the id plus the matched outward or inward label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_active | No | ||
| is_default | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||