-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Environment :
- Windows
- Firefox
- Chrome
- 2026.1.0
Expected behavior:
- From specification :
- If a requirement definition or usage is declared with a short name (see 7.2 ), then this is also
considered to be its requirement ID. - An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original
requirement text in some source document), which is the declaredShortName for the
RequirementDefinition.
- If a requirement definition or usage is declared with a short name (see 7.2 ), then this is also
- So from my understanding the behavior should be :
- by default
Req Idis equal todeclaredShortName - then if the user changes the value of
declaredShortNamethenReq Idvalue is updated in regards - then if the user changes
Req Idwith a non empty value thenReq IdanddeclaredShortNamevalues will be keep different - then if the user clears the value of
Req IdthenReq Idrecovers thedeclaredShortNamevalue
- by default
Actual behavior:
Req Idis independent fromdeclaredShortName

Reactions are currently unavailable