SPM: idea to demand fields mapping

Balakrishna_ABK
Tera Guru

when we create demand from idea by clicking create task from idea portal OOB short description and description is auto populated from idea to demand. Where this mapping is defined ?

1 ACCEPTED SOLUTION
2 REPLIES 2

JenniferRah
Mega Sage

This runs the "Create Task" UI Action

https://yourinstance.service-now.com/now/nav/ui/classic/params/target/sys_ui_action.do%3Fsys_id%3D2459e42cb7b0330011a43d28ee11a94c

which opens a dialog box for you to select the Task type and then runs the "Convert to Task" API REST call 

POST https://yourinstance.service-now.com/api/now/idea_management_portal/idea/convert_to_task

 

It doesn't appear to be sending those fields specifically. My guess is that API call looks for fields with the same name/type or is hard-coded to just add the short description and description.