RTC New LinkType help needed
![]()
Hello, I am working with RTC 3.0.1.1 and am trying to create some new custom link types for work items. I have followed Eduardo Bello's blog explaining how to create the extension point, site, feature. I have copied the site and create a provision profile in my test server conf directory. I have shutdown and restarted the server. After all of that, I was expecting to see the new link type in the Web UI when I went to the links tab on a work item. It wasn't showing up.
I did some more digging on the forums and found information on how to add the link types to the quick information presentation area, so I installed the update site on my eclipse client and went to the Quick Information Presentation section of the process configuration to try and add the new link types. I was able to perform those steps and the list of Quick Information on this config page shows my new link type with its 2 endpoints. After all of this, the new link type is still not offered as a link type when manipulating links on a work item (existing or new, web or eclipse). What am I missing? Thanks for any help you can provide. I need to have this capability working soon. Jamie. |
Accepted answer
5 other answers
![]()
these two UI's are completely separated..
the Eclipse UI is controlled by the plugin there, (on the web these will look like 'related' workitems. the Web UI is controlled by the plugin installed on the server. gotta make sure to do a cold start of the server to load the plugin.. note that a plugin built with the wrong classes WILL load on the client, but till NOT load on the server. the app server logs will tell you if there is a class file loading problem. and the plugins have to be installed in the CCM app instance.. cold start is https://serveraddress/ccm/admin/cmd/requestReset then shutdown and restart the server Sam Comments Sam, Thank you for your answer. I did a reset on my local server and the linkypes are showing up. For my WAS based server, my admin said he did the reset request before he restarted it. I will try to get a look at the logs to see what is going on. Is there a way to extend the Visual Studio client? I would like these linktypes to be visible there as well. Lastly, when I bring up the web UI on one of the work items that have a new link type attached, the linked work item doesn't show up at all (not even as related). Do you know if this is a bug or if I have something else configured wrong? (I am using RTC 3.0.1.1). Thank you again for all of your assistance. Jamie. how do you know the workitem has the link? Eclipse? they store this in the same place, so it should show on the server as related no matter what. I have not seen this on my local setup. sorry, I know nothing about the VS client. Yes, in Eclipse the link shows up, but on the WebUI it doesn't. Also, I have another Eclipse client that does not have the extension installed and it does not show there either. Thanks again for your help. Sam, Did you provide an icon for your link types? I added the icons and rebuilt the site and installed it on an Eclipse client. The link types are showing up, but not their icon. I finally have my server working as well a the client but for clients that do not have the extension, all links of the new type do not show up... Thanks, Jamie. Okay, I figured out what I needed to do to have the icons show up. I needed to add the directory with the graphics to the Build Properties and they are added in the correct location in the jar file. yes, you have to deliver the icon in the plugin if not already installed. I have both types of links. really hate that they are system wide, not project specific. Sam,
I have not done this myself.. but I think you have to add the new linktype plugin jar file to the plain java app classpath..
showing 5 of 8
show 3 more comments
|
|
![]() <extension
|