content assistance
I develop an advisor plug-in that check some attributes and it is quite similar to the pre-defined required properties plug-in. I add it to the process specification file after the "required proprieties". When i write its' proprieties i don't get the content assist, for example if i write the "workItemType" property i don't get the work item type's list (of course that it works fine in the original required properties plugin). How can i solve this problem?
|
One answer
Jared Burns (4.5k●2●9)
| answered Apr 02 '08, 5:50 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You need to provide an IAttributeValueProposalProvider. These are
contributed via extension, as described on this interface's JavaDoc. The WorkItemProcessProposalProvider provides this behavior for the work item component's xml. -- Jared Burns Jazz Process Team giladsa wrote: I develop an advisor plug-in that check some attributes and it is |
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.