It's all about the answers!

Ask a question

Valid values of attributeType argument to IAttribute.createAttribute


Brandon Van Slyke (1035) | asked Sep 09 '14, 12:57 p.m.
edited Sep 09 '14, 1:00 p.m.
What are the valid values for "attributeType" for this method in com.ibm.team.workitem.common.IWorkItemCommon?

IAttribute createAttribute(IProjectAreaHandle projectArea, String identifier, String attributeType, String displayName, IProgressMonitor monitor)

The documentation for this argument just says " @param attributeType the attribute type".

This is for RTC v4.0.6.

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Sep 10 '14, 3:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
These values are defined in com.ibm.team.workitem.common.model.AttributeTypes.

Please note, you can use the Eclipse JavaSearch to find references to classes, interfaces, methods. If you have set up the SDK, you can easily search for the usage of that method and find out what data gets passed.
Brandon Van Slyke selected this answer as the correct answer

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.