CMMI -- Editing the Process Guidance Tracks
My question is on Tracks in the CMMI PG. I have some custom workstream files (xml related in the ProcessGuidanceMap.xml) that have been added to our PG. The Roles tab works fine with these new workstreams after I added entries in the Tracks.xml to reference them in the corresponding tracks sections, and I added RoleGroups with the appropriate roles in them. What I mean by "works fine" is that I can navigate down to my new RoleGroups/Roles and display the appropriate related Workstreams under the expected Tracks. However, when I go to the Views tab under Tracks, Planning, I don't see the same Workstreams. Does anyone know what steps are needed to get a workstream to showup under the appropriate Tracks in the views tab?
After some digging around I think I've answered my own question for those who are interested. After defining a Track in the Tracks.xml, it is necessary to link your workstream or activity to the track using a CrossReferenceItem with CrossType=Tracks (note, tracks is not defined in the xsd as a valid CrossType, but it is definately used by the xsl). Now the Track View will show the associated Activity or Workstream correctly and draw the nice diagram in the Views \ Tracks \
Workstreams used in '<Track Name>' (Tracks) page.
Now, does anyone know how to make specific Activities show up as "Not Used" all of mine are showing up as "Activities Used". Here's an example of the xml in the Activity's ContentItem ....
<
mstns:CrossReference> <
mstns:CrossReferenceItem CrossType="Tracks"> <
mstns:CrossName>Build</mstns:CrossName> </
mstns:CrossReferenceItem> </
mstns:CrossReference>