Skip to content

Commit 6b9739b

Browse files
committed
clarify from until attributes
1 parent 78f600a commit 6b9739b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

process/process_areas/requirements_engineering/guidance/requirements_process_reqs.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ Process Requirement Attributes
149149
Stakeholder and feature requirements can have a validity attribute that tells
150150
from which milestone onwards the requirement is part of a feature.
151151

152+
This validity attribute is defined as including the defined milestone.
153+
154+
Milestone shall be valid release version tag, e.g. v1.0.2 as defined in
155+
Platform Release Note Template: :need:`gd_temp__rel_plat_rel_note`. Thus the
156+
corresponding requirement is valid from the defined milestone, including it.
157+
152158
.. gd_req:: Requirement attribute: valid_until
153159
:id: gd_req__req_attr_valid_until
154160
:status: valid
@@ -158,6 +164,12 @@ Process Requirement Attributes
158164
Stakeholder and feature requirements can have a validity attribute that tells
159165
until which milestone the requirement is part of a feature.
160166

167+
This validity attribute is defined as excluding the defined milestone.
168+
169+
Milestone shall be valid release version tag, e.g. v1.0.2 as defined in
170+
Platform Release Note Template: :need:`gd_temp__rel_plat_rel_note`. Thus the
171+
corresponding requirement is only valid until the defined milestone, excluding it.
172+
161173
.. _process_requirement_linkage:
162174

163175
Process Requirement Linkage

0 commit comments

Comments
 (0)