-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
dox_traceThis issue is about the dox_trace extensionThis issue is about the dox_trace extensionenhancementNew feature or requestNew feature or request
Description
.. requirement:: CRS_1
:category: input
:change_request: a, b
:refs: SRS_1
.. requirement:: CRS_2
:category: input
:change_request: b, c
:refs: SRS_1
.. requirement:: CRS_3
:category: input
:change_request: a
:refs: SRS_1
.. requirement:: CRS_4
:category: input
:change_request: a, b
:refs: SRS_1
.. requirement:: SRS_3
:category: software
SRS is current generated to: Derived Change Request: a, b, b, c, a
The reason is, that only the complete change_request strings are compared when merging.
Merge options could be
- a list of substrings to remove in general
- a list of separators like ","
- compare case (in)sensitive
- ...
Needs to be done for the feature field as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dox_traceThis issue is about the dox_trace extensionThis issue is about the dox_trace extensionenhancementNew feature or requestNew feature or request