Work Item Editor
3 answers
The way to add a text box to a work item editor is to add a custom attribute of type string to a work item type category and then add a presentation for that to the editor. This can only be done in the process specification. The quick information can also only be configured in the project configuration.
The extensibility (plugin.xml) of both the editor and the quick information can be used to implement new presentations for a certain attribute, but as far as I understand, this is not what you want to do.
If you implement a component that is independent of work items but should be linked with a work item, you can contribute a link type which has a work item as one endpoint. This links should appear on the work item editor links page and can be configured to show up in the quick information, too. On the wiki at https://jazz.net/wiki/bin/view/Main/ProgrammaticLinkCreation there is a section describing how to contribute a link type.
HTH
Marcel
Jazz Work Item team
The extensibility (plugin.xml) of both the editor and the quick information can be used to implement new presentations for a certain attribute, but as far as I understand, this is not what you want to do.
If you implement a component that is independent of work items but should be linked with a work item, you can contribute a link type which has a work item as one endpoint. This links should appear on the work item editor links page and can be configured to show up in the quick information, too. On the wiki at https://jazz.net/wiki/bin/view/Main/ProgrammaticLinkCreation there is a section describing how to contribute a link type.
HTH
Marcel
Jazz Work Item team
I am working on a project and my goal is to write a simple review component which can be tied to a work item. I want to add a tab to the work item editor and add a text box to it.
But if its not possible can I use the quick information presentation extention to add a text box to the editor? I tried adding a label but it doesnt work.
Thanks for your reply.
But if its not possible can I use the quick information presentation extention to add a text box to the editor? I tried adding a label but it doesnt work.
Thanks for your reply.