Why does invalidating WI error out before calling extensions if child WI is open in Safe templates?
![]() I'm trying to create a server extension to clean up the story points and plan of a workitem as well as invalidate and clean up any open child workitems when the workitem is set to invalid. When I use a scrum template, the extension works fine, but when I try to use a Safe template, it displays the "Child workitem is unresolved" error and doesn't even call into the extension. Why is this happening and is there a way around it within a safe template?
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Dec 26 '18, 4:10 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Two tips:
Comments I've been doing both of those things. That's how I discovered that the error was being thrown before my extension is even called.
There is too few information in your question to really say anything. It is unclear where the error comes from and where it is checked. |