How do you get an IIteration object from an IIterationHandle with the Server API?
![]() I've included a part of my code below. I'm trying to create a server extension that can subscribe users based on where a work item is in our plans/sprints so I access to the planned for value. Everything I've found talking about converting the IIterationHandle to an IIteration deals with the client API. How do you do this with the server API?
|
One answer
![]() I found the solution for this issue.
|