RTC 4.0.3: Associating WorkItems with a Build Result?
We're using RTC 4.0.3, and even though we have a requirement to supply a WorkItem and comment to a changeset, nothing appears in the build result's Work Items tab after a build completes.
Is there a way to display what WIs were associated with a particular build? I looked at the workItemPublisher Ant task, but that didn't seem to be it (unless you create the changeset/WI file prior, somehow).
Thanks!
Is there a way to display what WIs were associated with a particular build? I looked at the workItemPublisher Ant task, but that didn't seem to be it (unless you create the changeset/WI file prior, somehow).
Thanks!
2 answers
would you like to have a look , how the JKE Build has been done?? That will give you some insight about the WI associated with the Build.
You have to accept the change via the teamAccept Ant task, or through the Jazz Build Engine. Then it will create the work item/change set linkages.
~Spencer
Comments
1 vote