Post button on the problem record is not moving the "Additional comments" content to the "Activity Stream"Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms On a problem record, when the user enters some text into "Additional Comments" and clicks on "POST" button, the entered comment is not posted to the record as shown in the attached screenshot, Release Any supported release. Cause System property "glide.ui.problem_activity.fields" was having below value, assignment_group,u_root_cause_owner,state,u_root_cause_code,u_root_cause_category,assigned_to,cmdb_ci,priority,opened_by,opened_at,work_notes,comments,description,work_around,*Attachments*,*Email*,*Relations*,sys_created_on,sys_created_by comments field was missed in the "glide.ui.problem_activity.fields" and hence system was not allowing the user to post comments on problem record. Resolution Update the "glide.ui.problem_activity.fields" system property to include "comments" field, then it should allow the post button to work on the problem record. Additional Information Activity streams