How to determine MentionsBy in an IWorkItem object?
The IWorkItem allows me to query many different values of a returned Work Item. However I am trying to figure out how to query other work Items that mentions my current work item.
Thanks! |
One answer
The IWorkItem allows me to query many different values of a returned If you are interested in the links of a single work item, it might be easier to use IWorkItemClient#resolveWorkItemReferences(IWorkItemHandle workItem, IProgressMonitor monitor) or ILinkManager directly. HTH, Patrick Jazz Work Item Team |
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.