OSLC CM Delegated Creation dialogs
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.
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
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
First, this is *internal* API and may change.
Second, to prefill summary you should use dc:name, like:
See CALMPicker
Though there is an item to bring this in line with OSLC specs
94339: Add support for prefilling creation dialog
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