Standard RTC work item field for Phase Found?
Our project has different phases like Design, Construction, Unit Test, String Test, System Test, Performance Test, User Test, etc.
We'd like to record the phase a defect was found in. Is there a standard RTC field that is intended for this purpose?
We know how to add a custom field but we want to use RTC as close to out of the box as possible for ease of setup and maintenance. We are also aware of the standard "Found In" field but understand that to be more of the Release number or build that the defect was found in not so much the phase it was found in.
Is there documentation of the list of standard RTC work item fields and their intended purpose / where they are used?
Comments
Henning Sternkicker
JAZZ DEVELOPER Sep 17 '13, 2:57 a.m.From my experience for your use case an enumeration with a new field representing that would be the best solution. As your phases are always the same in the cycle the "found in" field would not match, because you do not want to match every phase instance with an iteration.