Is there a way to create new messages which will be displayed in the work item view which can have varying severities?
I am trying to find a way to show messages to users when they save a work item which contain information about any actions that have occurred. With the help of the IParitipantInfoCollector and IAdvisorInfoCollector interfaces I can throw errors which will prevent the affected work item from being saved. However I would also like to display general information which does not prevent the work item from being saved in either boxes for warnings (yellow) or just general information (blue).
I have attempted to use instances of the IReportInfo class and then to set the severity of the report to either OK or WARNING but these messages are not being displayed in the Web UI, however the warning messages are indeed being displayed in the eclipse client.
Ideally I would like to inject these messages at any time into the Web UI, and it would be nice to be able to dynamically generate a list of reports which I could pass to the collector to be displayed when a work item is saved. Is this at all possible? It seems to me that setting in the Project Area Configuration should be responsible for something like that, but I have not been able to find anything.
Thanks for any help
One answer
As far as I am aware that is not possible.