It's all about the answers!

Ask a question

content assistance


Gilad Saadoun (3661) | asked Apr 02 '08, 11:56 a.m.
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



permanent link
Jared Burns (4.5k29) | 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
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?

Your answer


Register or to post your answer.