Work item in snapshot?
I'm working through a set of items in our latest retrospectives, and a few I am having issues coming up with a solution. The largest one is this....
When a developer delivers his/her changes for a work item (like a defect), they create an approval record (type = Verification) and the state goes to "Ready". Unfortunately, as a tester, the defect is not "ready" for my verification because there is always a lag time in that getting into a build, and even more of a lag time (in some cases) getting into a GOOD build (snapshot for example) that I know I can pull and install to validate the fix. I have been asked to have RTC (somehow) automatically know when a work item is included in a build that has a Snapshot and only THEN move the state into "Ready". So have an intermediate state like "Building" where we know that the developer has delivered the change but it is not yet in a snapshot for the tester to go install. I haven't found any way to configure RTC to do that. Is it possible? |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jul 15 '13, 3:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Susan,
there is no built in capability that would check this. Provided you use the JBE you could implement this using an operation advisor (precondition) or a participant (follow up action), dependent on what you want.
http://rsjazz.wordpress.com/2012/11/27/resolve-parent-if-all-children-are-resolved-participant/ shows the logic to change states. http://rsjazz.wordpress.com/2012/11/26/manipulating-work-item-states/ is another example.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.