list_linked_testartifacts

Lists all test artifacts linked to a work item or requirement, providing visibility into test coverage and quality management relationships across CCM, QM, and RM applications.

Purpose

This tool retrieves all OSLC links from a work item (CCM) or requirement (RM) to test artifacts (QM). It provides comprehensive visibility into test coverage, enabling quality analysis, validation tracking, and test planning coordination.

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 work item URL or a requirement URL. Examples:
  • Work item: https://server:port/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/123
  • Requirement: https://server:port/rm/resources/_abc123

Output schema

Field Type Required Description
result array[object] Yes

A list of test artifacts linked to the specified source artifact (work item or requirement). Each object represents a linked QM test artifact and may include details such as test artifact ID, type (test case, test script, test suite, etc.), title, execution status, and a direct link to the test artifact for further analysis.

Common use cases

  • Viewing all test artifacts associated with a work item
  • Checking test coverage for requirements
  • Identifying tests affected by defects
  • Analyzing test blocking issues
  • Generating test coverage reports
  • Validating requirement verification status
  • Supporting quality assurance activities
  • Impact analysis for changes