@@ -220,9 +220,9 @@ Return ONLY the description text - no explanations.`,
220220 } ,
221221 {
222222 id : 'requestFieldValues' ,
223- title : 'Custom Field Values' ,
223+ title : 'Request Field Values' ,
224224 type : 'long-input' ,
225- placeholder : 'JSON object of custom field values (e.g., {"customfield_10010": "value"})' ,
225+ placeholder : 'JSON object of field values (e.g., {"summary": "Title", "customfield_10010": "value"})' ,
226226 condition : { field : 'operation' , value : 'create_request' } ,
227227 } ,
228228 {
@@ -788,7 +788,7 @@ Return ONLY the comment text - no explanations.`,
788788 description : 'Comma-separated account IDs for request participants' ,
789789 } ,
790790 channel : { type : 'string' , description : 'Channel (e.g., portal, email)' } ,
791- requestFieldValues : { type : 'string' , description : 'JSON object of custom field values' } ,
791+ requestFieldValues : { type : 'string' , description : 'JSON object of request field values' } ,
792792 searchQuery : { type : 'string' , description : 'Filter request types by name' } ,
793793 groupId : { type : 'string' , description : 'Filter by request type group ID' } ,
794794 expand : { type : 'string' , description : 'Comma-separated fields to expand' } ,
0 commit comments