Calculated Attribute Presentation
Hello~
I read an article about calculating attribute. https://jazz.net/wiki/bin/view/Main/CalculatedAttributePresentation I tried to execute a plug-in but it doesn't get started. I put a break point to debug. but it doesn't get caught. I checked that in debug configuration it includes 'com.ibm.team.workitem.ide.ui' which example plug-in extends. Any idea? Thanks in advance. |
7 answers
I read an article about calculating attribute. The Wiki page is rather dated, and there is more support for calculated attributes in 2.0.0.2 and 3.0. https://jazz.net/wiki/bin/view/Main/AttributeValueProviders An article about this functionality in 3.0 is in the works. Could you let me know what you are trying to implement? -- Regards, Patrick RTC Work Item Component Lead |
What I'm trying to do is field dependency.
For example, value of list box is changed, B list box dependent on A should be changed dynamically. I checked that https://jazz.net/wiki/bin/view/Main/AttributeValueProviders works properly. But what I'm trying to implement is list box menu which is array. As far as I know, RTC supports only primitive type. Any idea to implement this kind of thing? |
Hello Patrick,
I'm trying to implement in 3.0 a WI field which dynamically gets updated depending on the values of two Enumerations. According to new support for this kind of customization in new version, is there any new way of implementing such scenario? Thanks in advance for your help. Regards, Jorge. |
Jorge,
Look at the information in the links above, but what I think you are looking for is implemented in RTC 3.0. You can learn about it here, with this post on Calculate Attribute providers: https://jazz.net/wiki/bin/view/Main/CalculatedAttributePresentation The example in here seems to do exactly what you are talking about. |
Hello Dan,
yes, this is really what I was looking for, but my question is, if this is still the procedure to implement this use case in RTC 3.0?, or there are enhancenments or more accurate ways since the article is based in 2.0.0.2 Thanks in advance for your help. Regards, Jorge. |
yes, this is really what I was looking for, but my question is, if You don't need to write Java code anymore. https://jazz.net/wiki/bin/view/Main/CalculatedAttributePresentation has been obsoleted by: https://jazz.net/wiki/bin/view/Main/AttributeValueProviders You can write a script that does the calculation. If it is really about the Risk attribute: In 3.0 we have the 'Formal' project template that has the Risk configuration out-of-the-box. -- Regards, Patrick RTC Work Item Component Lead |
Is there a simple way to replicate the risk work-item from the Formal Project Management Process as part of a scrum based process template (in RTC V3) ? It looks very complicated here : https://jazz.net/wiki/bin/view/Main/AttributeValueProviders. I am happy to create the work-item but the calculated fields and Java script look very complex.
|
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.