how can we find defect id of corresponding task id..
is there any way to find the defect id from a task id.. there are more than 1000 task id and its very difficult to create a dashboard..
note some task id may not have defect id but it will be marked as enhancement or story.. is there any script or plugin to generate the defect ID using task ID in RTC ?
note some task id may not have defect id but it will be marked as enhancement or story.. is there any script or plugin to generate the defect ID using task ID in RTC ?
One answer
A work item has an ID. There is not a separate ID namespace for defects
and tasks, because:
- the type of a work item is just a property of that work item, and can
be changed at any time
- the type space of work items can be changed at any time, by adding and
removing types.
Cheers,
Geoff
On 9/6/2010 1:37 AM, vishnusp wrote:
and tasks, because:
- the type of a work item is just a property of that work item, and can
be changed at any time
- the type space of work items can be changed at any time, by adding and
removing types.
Cheers,
Geoff
On 9/6/2010 1:37 AM, vishnusp wrote:
is there any way to find the defect id from a task id.. there are more
than 1000 task id and its very difficult to create a dashboard..
note some task id may not have defect id but it will be marked as
enhancement or story.. is there any script or plugin to generate the
defect ID using task ID in RTC ?