Develop a plugin
I want to develop a plugin. Its purpose is that it will set value of ID attribute of work item. To set value of ID attribute it will connect to database, It will fetch value from database table and set this value to ID attribute of work item.
But I am not aware of how to use RTC API to develop a plugin.
Please tell me how to use RTC API to develop plugin. How can I find required classes and methods with the help of RTC API
I want to deploy this plugin onto server.
Thank You
One answer
What you can do is look at https://rsjazz.wordpress.com/2015/04/13/some-community-extensions-for-rtc/ and use the extension that Yasuyuki created for a customer in Japan and shares it here "RTC Work Item Numbering – an extension that allows to create a custom work item number that is consecutive by type".
If you are not aware how to develop a plugin for RTC follow Setting up Rational Team Concert for API Development and do the workshop that is linked into it. I am pretty sure that I have already pointed you to that resource.
Comments
Hi Ralph
I have gone through that link you provided. Thank you for that.
I know about how to develop a plugin. I wanted to know that how to use RTC API if I want to develop a new plugin. Not only for this type of plugin but for any plugin that I want to develop
Thank You
You should probably spend a bit more time in wording your questions and their title so that the readers understand what you are asking for,
As I wrote in the link above, there is no "how to use the API" document. And there probably never will be one.
So, what I do is, trying to look into the SDK e.g. using the Plugin Spy or YARI to find entry points in the client API. I look at references for the extension points provided by RTC. Or I look at the services RTc provides and look at the methods of interest. If I find something I search for references in the SDK.
I also use Google to search the internet for examples. Very successful, because a lot of questions and answers are available.
Then I provide what I have done on my blog that you read.
Thank you for the advice. Next time onwards I will be more careful while wording questions and their title.