Getting started with Jazz Extensions
4 answers
You can start with the following to get your environment set up for development:
https://jazz.net/wiki/bin/view/Main/ComponentDevelopmentSetup
Depending on the type of extensions, you may also need to set up your Jazz Server for development/debugging server extensions. You can get details to set that up from the following:
https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug
There is no official/stable SDK for RTC. However, there are some customization capabilities. Also, there are some programmatic extension capabilities that are maintained to be stable at least for the 1.x.x.x release and may only change to address a significant issue. The details on the customization capabilities and the programmatic extensions are at:
https://jazz.net/wiki/bin/view/Main/RtcSdk
https://jazz.net/help/rational-team-concert/1.0.1/index.jsp
There are links to customizing the process and work items in the RTC SDK page. I presume that this is what you meant by "updating the XMLs". I am pasting these links below:
Process Customization (e.g. setting up out-of-the-box or custom preconditions, follow-up actions, and work item customization): https://jazz.net/wiki/bin/view/Main/ProcessSpecificationSyntax
However the easiest way to customize the process and work items are through the editors in the RTC client:
Work Item customization: https://jazz.net/learn/LearnItem.jsp?href=content/docs/work-items-cust/index.html
Process customization: https://jazz.net/help/rational-team-concert/1.0.1/topic/com.ibm.team.platform.doc/topics/t_custom_process.html
As described in the RTC SDK, you can find some details on Programming interfaces for Work Items in the following locations:
Programmatic Work Item Creation: https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation
Programmatic Query of Work Items:
https://jazz.net/wiki/bin/view/Main/QueryDevGuide
A very powerful capability to impact the process including process for Work Items is via preconditions and followup actions. You can find a lot of details around that here:
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide
https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation
https://jazz.net/wiki/bin/view/Main/ProcessAspectEditorCreation
Hope the above gives you a great start...
Samit Mehta
IBM Rational Business Development
There are several extensions that come out of box with RTC/Jazz.
I am struggling with a starting point.
How to write that extension?
How to package it?
Where to update the XMLs?
How to deploy it on Jazz?
Any help would be greatly appreciated.
Thanks.
Missed one thing - deploying to the Jazz server can be found at:
https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner
https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner