Can we modify the UI of a Work Item Editor?
Can we modify or more specifically add to the UI of the existing Work Item Editor? For instance, I would like to add a button performing some custom action next to the "Subscribe Me" button in the Title Part of the work item editor. Is this possible?
From the Jazz source code, I see that all these buttons are created and initialized in the TitlePart file. But how do we extend this to include our own custom controls?
From the Jazz source code, I see that all these buttons are created and initialized in the TitlePart file. But how do we extend this to include our own custom controls?
2 answers
Can we modify or more specifically add to the UI of the existing Work
Item Editor? For instance, I would like to add a button performing
some custom action next to the "Subscribe Me" button in the
Title Part of the work item editor. Is this possible?
Please refer to
https://jazz.net/wiki/bin/view/Main/WorkItemCustomizableEditorDesign
for information about Work Item Editor customizability. I believe that
your specific request is not one of the supported scenarios right now,
but feel free to open an enhancement request for this.
Regards,
Patrick