Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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

0 votes



One answer

Permanent link

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.






0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Jan 10 '17, 1:34 a.m.

Question was seen: 2,456 times

Last updated: Jan 17 '17, 5:49 a.m.

Confirmation Cancel Confirm