It's all about the answers!

Ask a question

Is it posibble to dynamically add additional fields in a workitem?


Irell Carloe Santos (241915) | asked Jun 10 '15, 1:52 a.m.
For example:

I have a field call 'Description' in the workitem. The case is, the workitem can have multiple descriptions, can I create an 'Add..' button that when clicked adds a new 'Description' Field in the interface? Thanks in advance.

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Jun 10 '15, 2:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
 No, this is not possible. You have to configure the attributes in the process configuration. This is a great article about what you can do: Customization of Work Items in Rational Team Concert

Comments
Irell Carloe Santos commented Jun 10 '15, 2:17 a.m. | edited Jun 10 '15, 2:18 a.m.

So the workitem customization mentioned in the article are the only things that I can do to customize RTC?


Ralph Schoon commented Jun 10 '15, 2:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 No, there is more you can do e.g. write your own presentations, add behavior and the like. You can also do some automation with Java. See https://rsjazz.wordpress.com/interesting-links/ for a collection of links to things you can do and also examples on the site for various automation and behavioral control. 


There always is more you could do, often the question is if you should.

For example dynamically create attributes. Since the UI does it, it is certainly possible to do this with some API tricks, but there is no documented way to and you certainly also should not try to do it for various reasons.

Your answer


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