Feedback Task Not Showing in Knowledge Article Related List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2026 09:28 AM
Hi Experts,
When a published Knowledge Article receives a rating of 1 or 2, a feedback task should be created.
I have implemented a Business Rule, and the feedback task is getting created successfully.
However, the created feedback task is not appearing under the Feedback Task related list in the Knowledge Article form.
BR:
Could you please check and help resolve this issue?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2026 12:04 AM
Hi @kkeerthan
No customization is required here. Deactivate your custom BR for your requirement.
OOB following system properties available:
1. glide.knowman.feedback.enable_actionable_feedback_for_rating //[Create actionable feedback task when an article is rated at or lower than this value. 0 or no value indicates that actionable feedback tasks are not enabled for Rating type feedback.
2)glide.knowman.feedback.enable_actionable_feedback_for_helpful //[Create actionable feedback task when an article is marked as not helpful.
[Note: This property is applicable to portal and workspace only.] // OOB default value = false
3) glide.knowman.feedback.enable_actionable_feedback_for_flag //[Create actionable feedback task when an article is flagged.
[Note: This property is applicable to portal and workspace only.] // OOB default value = false
Now for your requirement - in above rating system properties -> Add value as 1 and save it.
Before the Change ->Result: Before the change whenever you were giving the low rating->it will throw Thank you message , if you refresh the page-> you can see nothing saved.
After the Change ->Result:
You will get following popup, to give low rating. once submitted , Feedback task gets generated.
Next you can see ->entry added into kb_feedback_task
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2026 01:29 AM
I enabled the properties as you suggested, but it’s still not working.
However, in my PDI, it’s working perfectly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2026 01:34 AM
Hi @kkeerthan
Share me your system property screen shot and share the screen which you are getting after click on the rating below the kB article.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2026 06:01 AM