What
Problem
The metrics.json file file from score_lifecycle does not display the linking between feature requirements and feature integration tests.
Context
Within lifecycle feature team we have the following setup:
This repo setup is described also in the process documentation .
By default, the resulting metrics.json file from the score_lifecycle repo does not contain any feature requirements linking, but only the linking to component requirements (which are defined in the same score_lifecycle repo).
When following dashboards_and_quality_gates documentation and setting score_metrics_include_external_needs = True & score_metrics_requirement_types = "feat_req,comp_req,aou_req" the metrics.json file gets polluted with all feature requirements of all modules.
I am not aware of any other settings that would support the use case.
Expectation
score_metrics supports the use case of feature requirements and feature integration tests within different repos.
It shall be possible to generate a metrics.json file from the module repo that contains only the feature requirements that are relevant for the module/feature.
Acceptance Criteria (DoD)
- score_metrics supports cross repo linking for a single feature/module to support the use case feature requirements and feature integration tests in different repos
How
No response
What
Problem
The metrics.json file file from score_lifecycle does not display the linking between feature requirements and feature integration tests.
Context
Within lifecycle feature team we have the following setup:
This repo setup is described also in the process documentation .
By default, the resulting metrics.json file from the score_lifecycle repo does not contain any feature requirements linking, but only the linking to component requirements (which are defined in the same score_lifecycle repo).
When following dashboards_and_quality_gates documentation and setting
score_metrics_include_external_needs = True&score_metrics_requirement_types = "feat_req,comp_req,aou_req"the metrics.json file gets polluted with all feature requirements of all modules.I am not aware of any other settings that would support the use case.
Expectation
score_metrics supports the use case of feature requirements and feature integration tests within different repos.
It shall be possible to generate a metrics.json file from the module repo that contains only the feature requirements that are relevant for the module/feature.
Acceptance Criteria (DoD)
How
No response