Monitoring Release Items
During the release process, product marketing managers can monitor features to make sure they meet the following criteria:
MRDs properly specify the features.
Engineering implements the features.
QA test plans test the features.
Technical publications documents describe the features.
Product marketing managers can run queries to identify features that do not meet these criteria. The procedures that follow provide examples.
To query for features without corresponding MRDs, perform the following procedure.
To identify features without linked MRDs
Navigate to the Release screen, then the Marketing Requirement Documents view.
Launch a query with the following parameters:
In the Release field, select the current release.
In the MRD field, enter
NOT(EXISTS(LIKE*))
.
During the release process, engineering managers can monitor development plans to make sure that their teams are not working on tasks without corresponding features. To query for engineering tasks without linked features, perform the following procedure.
To identify engineering tasks without linked features
Navigate to the Release screen, then the Engineering Tasks view.
Launch a query with the following parameters:
In the Release field, select the current release.
In the Related Features field, enter
NOT(EXISTS(LIKE*))
.