I want in RTC work item if the owner does not belong to Team Area ,this display error Message not the warning Message,user don't save the work item。
I want in work item if the owner does not belong to Team Area ,this display error Message not the warning Message,user don't save the work item。
How can i do ? Any workaround at users end usually how can we handle this type of functionality?
OR IS it part of IBM Plugin functionality deployed on server/
One answer
I think you have the following options:
-
Try to create a custom validation (must be Java) and must be deployed in the server for the web UI and in Eclipse to support the Eclipse client. I have not tried that myself and am concerned about the interaction of the existing built in warning and a custom validation
- Create an advisor or pre-condition that prevents the save - this would definitely work, but it would still not show an error message icon in the UI
- Ask for a n enhancement (RFE) - this is likely to take a long time if it is implemented ever
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 19 '18, 3:39 a.m.rkRash 123
Feb 19 '18, 3:55 a.m.