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) |