You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method CreateRelatedLink is not overridden in the SOAP implementation. 😳
Repro
varwis= ...;varwi=wis.Query(12345);// Dieswi.AddParentLink(wis,45678);// Also diesvarlt=wis.WorkItemLinkTypes[CoreLinkTypeReferenceNames.Hierarchy];varlink=item.CreateRelatedLink(parentId,lt.ReverseEnd);wi.Links.Add(link);
Seen in version 9.0 and 10.0
The method
CreateRelatedLink
is not overridden in the SOAP implementation. 😳Repro
Stack
Qwiq/src/Qwiq.Core/WorkItem.cs
Lines 166 to 169 in 83be19e
The text was updated successfully, but these errors were encountered: