Can we set a notification(guideline) before changing the state of the Work item in RTC ?
Hi Team,
My use case is that, When I change the state of Work Item for in progress to Close,
I wanted to remind user that "please apply for approval if not applicable ignore it" and then close the WI state.
Is it feasible using JAVA API, plugin or any other extension method.
Please suggest.
Best Regards,
Krunal.
|
Accepted answer
When I change the state of Work Item for in progress to Close,
It should be quite simple creating a follow-up action on work-item save that:
IParticipantInfoCollector collector = ...;
Cheers.
Krunal Gaoli selected this answer as the correct answer
|
One other answer
What if the users just "ignore" it? Isn't it better to require an approval?
Comments
Krunal Gaoli
commented Sep 15 '17, 3:45 a.m.
Hi Donald,
Yes it is always better.
Thanks a lot
Krunal.
Krunal Gaoli
commented Sep 15 '17, 3:46 a.m.
But in my case I wanted to show notification I don't want to make it mandatory since It is just a notification to the user. |
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.