Error Saving Workitem with Approval
![]()
Hello,
I'm creating an approval for a workitem but when I save the workitem I get the error: "Required property must not be null: internalApprovals.approver" Does anyone know why? Thanks in advance.
|
3 answers
![]() I'm creating an approval for a workitem but when I save the workitem I What's the value of contributorHandle? Could it be null? -- Regards, Patrick Jazz Work Item Team |
![]()
Thanks for the reply. The contributorHandle was fine. I fixed it by adding this line, but I'm not too sure why it need it...
((Helper) approval).setInternalId(UUID.generate()); Thanks |
![]() Thanks for the reply. The contributorHandle was fine. I fixed it by I don't think this is needed, although I saw it in one of our testcases, too. -- Regards, Patrick Jazz Work Item Team |