List of Changeset in a workitem
In my project there are 2 types workitems
- Change Request (CR)
- Audit
CRs have a attribute of Release(e.g. 1.0, 1.1, 2.0 etc.) so after all CRs have been implemented for a release Auditor can verify list changes & Change Sets.
How can I list all CRs in a particular Audit Task with its associated changeset numbers?
Any help is appreciated.
One answer
I guess you would want to list changesets associated with a work item. You can use Eclipse client to go to the links tab of the work item to see all changesets.
Alternatively, you can use command line to list all changesets. For example -
>lscm list changeset -W 1587 -r https://localhost:9443/ccm -u surya -P surya
Where, 1587 is the work item number.
Alternatively, you can use command line to list all changesets. For example -
>lscm list changeset -W 1587 -r https://localhost:9443/ccm -u surya -P surya
Where, 1587 is the work item number.