list_linked_workitems
Lists all work items linked to a test artifact or requirement, providing visibility into development activities and defect tracking across CCM, QM, and RM applications.
Purpose
This tool retrieves all OSLC links from a test artifact (QM) or requirement (RM) to work items (CCM). It provides comprehensive visibility into development activities, defect tracking, and implementation status, enabling coordination across development, testing, and requirements management.
Tags: RM | CCM | QM | Read | Standard
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| source_url | string | Yes | The URL of the source artifact. This can be either a test artifact URL or a requirement URL. |
Output schema
| Field | Type | Required | Description |
|---|---|---|---|
| result | array[object] | Yes |
A list of work items linked to the specified source artifact (test artifact or requirement). Each object represents a linked CCM work item and includes details such as work item ID, type (defect, task, story, etc.), title, status, priority, and a link to the work item for further inspection. |
Common use cases
- Viewing all work items associated with a requirement
- Identifying defects affecting test execution
- Tracking requirement implementation progress
- Analyzing test blocking issues
- Generating implementation status reports
- Monitoring defect resolution for requirements
- Supporting sprint planning and tracking
- Impact analysis for changes