It's all about the answers!

Ask a question

OSLC CM Delegated Creation dialogs


EclipseTalk . (32736061) | asked May 20 '10, 2:46 p.m.
Hello,
I'd like to prefill the CM web creation dialog prior to display. I can set the description but I can't set the title. For instance when I use the link below the title is not prefilled. Is it missing? Using &dc:title=New_Defect doesn't work
Thank you in advance.


https://localhost:9443/jazz/_ajax-modules/com.ibm.team.workitem.WICreationDialog?projectAreaName=Test_Project&dc:type=defect&dc:title=New_Defect&dc:description=testing...

2 answers



permanent link
Sean G Wilbur (87212421) | answered Aug 02 '10, 1:04 a.m.
JAZZ DEVELOPER
I take it that you are already using this wiki page, but have you tried the draft work items approach ?

https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2#Creating_Draft_Work_Items

-Sean

permanent link
Steve Speicher (31765) | answered Aug 02 '10, 7:24 a.m.
JAZZ DEVELOPER
First, this is *internal* API and may change.
Second, to prefill summary you should use dc:name, like:


https://localhost:9443/jazz/_ajax-modules/com.ibm.team.workitem.WICreationDialog?projectAreaName=Test_Project&dc:type=defect&dc:name=New_Defect&dc:description=testing...


See CALMPicker

Though there is an item to bring this in line with OSLC specs
94339: Add support for prefilling creation dialog

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.