IIterationTypeHandle is null ???
Hey Everyone,
We are trying to make a custom precondition to prevent saving certain workitem types on certain iteration types. Now we run into the problem that even though our Iteration found on the workitem for sure has a defined iteration type the IiterationTypeHandle returned is null. Our code: if (auditable instanceof IWorkItem) anIterationTypeHandle is always null anyone knows why ? |
One answer
Hey Everyone, We found the solution using the full item profile: if (auditable instanceof IWorkItem) |
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.