How to add custom attribute to Work item type definition by using Plain Java API
Please kindly let me know how to add a custom attribute to a Work item type by using Plain Java API.
However, I can not find how to add these custom attributes to a Work item type.
com.ibm.team.workitem.common.model.IWorkItemType does not have any feature to update work item type definition. |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Nov 06 '23, 3:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER As far as I can tell, there is no dedicated API to add a custom attribute to the process. createAttribute creates an attribute on a specific work item. It does not store this information in the process XML. You can debug the rich client platform implementation of Eclipse, how that creates custom attributes, but you will likely not find public API. Tadahiro Hara selected this answer as the correct answer
|
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.