Customization tips needed
Hi,
a customer asks me a customization for Rational Team Concert.
In fact users before a commit must link in some way the change set to a bug of the customer's bug tracking system. Then the paths of the committed files should be inserted in a table of bug tracking system database.
I do not know Rational Team Concert, so I read some documents and at the moment it seems to me the solution is to create a mandatory precondition and associate an attribute to a work item. The value of this attribute must be queried from the customer's bug tracking system database. Then maybe in a followup I have to update this db with info about the committed files.
I can't find a full examples, can I have some advice?
Is better to procede in some other way?
Thank you
Giovanni Quarella
|
One answer
Hi,
follow this link, in Ralph blog there are a lot of examples: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ Michele. Comments
Giovanni Quarella
commented Jul 17 '16, 3:24 p.m.
I know that blog, but it is a starting guide. First of all I need to understand if such an UI client customization is possible, because If is not, I drop the project.
In fact I've seen this rather old thread https://jazz.net/forum/questions/1701/can-we-modify-the-ui-of-a-work-item-editor and UI customization seems limited
I'm not sure about what UI customization you are referring to.. if it is an additional field, as I imagine, yes it is possible.
|
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.
Comments
You are aware that RTC has a full buck tracking system built in, that allows to link the SCM change sets to the work items/defects? The second part is quite mysterious too. Why would you want to add just another database with the paths?
My customer asks me to link RTC to his bug tracking system. I will get the job if I, first of all, can establish the customization can be done.