Creating items programmatically.
![]()
Hi,
Is it possible to create an instance of subclasses of IItem (e.g. IWorkItem, IChangeSet, and IChange) programmatically? Currently, I'm using IItemType.createItem(...) to create a work item, but it doesn't seem to work. |
11 answers
![]()
IItemType.createItem(...) creates an item in memory without saving it in the repository. Can you please provide more info on what does not work?
|