Skip to content
New issue

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

Cannot add WorkItemLinks to Soap workitems. #202

Closed
pelavall opened this issue May 23, 2018 · 3 comments
Closed

Cannot add WorkItemLinks to Soap workitems. #202

pelavall opened this issue May 23, 2018 · 3 comments

Comments

@pelavall
Copy link
Contributor

This feature was removed with commit 0e97912, by removing Created

@rjmurillo
Copy link
Member

There should be another way to do this (either a proper method or an extension method), which is only available on the SOAP instance. I vaguely remember having something else that more closely matched the REST naming convention, but was not implemented for both clients since REST is read-only.

@pelavall
Copy link
Contributor Author

From what I look around, they extension methods to use this use the CreateRelatedLink(or similar) method, which was removed, I think by mistake, when we removed some obsolete code, we had two definition of CreateRelatedLink, one got removed as a duplicate/obsolete, but that was the only one which actually had an implementation in the soap workitem.

@pelavall
Copy link
Contributor Author

Resolved by #203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants