We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seen in version 9.0 and 10.0
The method CreateRelatedLink is not overridden in the SOAP implementation. 😳
CreateRelatedLink
Repro
var wis = ...; var wi = wis.Query(12345); // Dies wi.AddParentLink(wis, 45678); // Also dies var lt = wis.WorkItemLinkTypes[CoreLinkTypeReferenceNames.Hierarchy]; var link = item.CreateRelatedLink(parentId, lt.ReverseEnd); wi.Links.Add(link);
Stack
Qwiq.Core.dll!Qwiq.WorkItem.CreateRelatedLink(int relatedWorkItemId, Qwiq.IWorkItemLinkTypeEnd linkTypeEnd) Qwiq.Core.dll!Qwiq.Exceptions.ExceptionHandlingDynamicProxy.Intercept(Castle.DynamicProxy.IInvocation invocation)
Qwiq/src/Qwiq.Core/WorkItem.cs
Lines 166 to 169 in 83be19e
The text was updated successfully, but these errors were encountered:
Looks like this was resolved with #203
Sorry, something went wrong.
No branches or pull requests
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: