It's all about the answers!

Ask a question

What Property sets the Section Name in Advanced Properties Page for Custom Properties?


Arun Batra (14612427) | asked Jan 10 '17, 1:34 a.m.

We have created an operation advisor, and we need some custom properties to be taken from the advanced properties page. Our plugin.xml looks as follows.


But the advanced properties section page shows the properties under an "undefined" section.
How can this value be set? Is there a tag that I am missing?


Regards,
Arun Batra

One answer



permanent link
Jorge Diaz (8664434) | answered Jan 17 '17, 5:48 a.m.
JAZZ DEVELOPER
edited Jan 17 '17, 5:49 a.m.

Hello Arun,

the properties are registered under the repository component that "own" them. In your case, is the componentId you specify an existing one? i.e. matching the id of an extension to repository components? If so, has that extension a name set? That is what you should see instead of the "undefined" string.

For example:

<extension point="com.ibm.team.repository.common.components">
     <component            
                id="com.hsbc.ds.logical.child.creation.component"            
                name="My Name"      
         </component> 
</extension>
Regards,
Jorge.






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.