links_list
Retrieve all entities linked to a given bug, test case, test cycle, or execution, including links created from either side.
Instructions
List links for an entity
Tag: Links
Returns all entities linked to the given entity, regardless of which side of the link it was created from.
Example use case: A user opens a bug and the UI needs to display its linked items panel.
Pass entityType=bug and entityId as the ID of the open bug to retrieve all entities attached to it.
The response includes links where the given entity appears as either entityA (the entity that was open when the link was created) or entityB (the entity that was attached). Both directions are returned in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | ||
| entityType | Yes | Valid values: `test-case`, `test-cycle`, `bug`, `execution` |