It's all about the answers!

Ask a question

Message or Banner on top of the work item


Ritika Aggarwal (9011222) | asked Mar 03 '15, 1:41 a.m.
 We have a requirement from our Stakeholders where if a work item is blocked by another work item, it always show on the top as a message whenever the work item is viewed.

eg: There is a Story which is blocked by defect and related using "Blocks" relationship. Whenever this story is opened for viewing, it should always have a message on the top (as banner) showing this work item is blocked by Defect ####.

Is this feasible to execute process advisor on a View event?

One answer



permanent link
Ralph Schoon (63.4k33646) | answered Mar 06 '15, 3:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The only way I could imagine you can do something like that would be a Java based attribute customization and a read only attribute that displays the text. https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ describes how to do this. They need to be JavaBased, because you can not access links in JavaScript.
another way would be a custom attribute presentation https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2 that calculates the information and displays it.

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.