It's all about the answers!

Ask a question

Displaying informational message to user on work item save


Geoff Alexander (19623948) | asked Sep 06 '11, 5:00 p.m.
We have a work item save operation participant and need on occasion to display an informational message to the end user on a successful work item save. I tried the following code in the operation participant:
String message = "This is an informational message";

IReportInfo info = collector.createInfo( "This is a test", message );
collector.addInfo( info );

The message does display when using the Eclipse Client in the Team Advisor View, but only if if the user selects Show Detail Tree, expands the Work Item Save, and selects the message. This is not intuitive to the end user. Furthermore, I don't see any way to see the message in Web Client.

What is proper way to display an informational message to the end user on a work item save so that it is always intuitively shown in both the Eclipse and Web clients?

2 answers



permanent link
Geoff Alexander (19623948) | answered Sep 20 '11, 9:36 a.m.
Andre... Thanks for the informaion. I'll track our needs via the work items you reference.

permanent link
Andre Weinand (4811) | answered Sep 20 '11, 7:09 a.m.
Hi,

Since there is no Team Advisor for the Web UI, it is not possible to show informational messages in a generic way.

This missing feature is tracked in these work items:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/93157
and
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/89320

Cheers,
--andre

Andre Weinand
Work Item Team

Your answer


Register or to post 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.