The Knowledge feedback task which is a new feature in London is not working as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 05:54 PM
The Knowledge feedback task which is a new feature in London is not working as expected.
We have enabled the plugin "Knowledge Management Advanced Installer" and update the system properties "Create actionable feedback task when an article is marked as not helpful" to Yes.
But a knowledge task is still not getting created when a knowledge is set as not helpful.
Any advise ?
- Labels:
-
Knowledge Management
- 11,727 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 03:52 AM
Hi Marek,
I wanted to combine all the feedback task into one whenever the user rate article, helpful as no and comments an article.
(function executeRule(current, previous /*null when async*/) {
var feedback_obj = new GlideRecord('kb_feedback_task');
feedback_obj.addQuery('opened_by',gs.getUserID());
feedback_obj.query();
if(feedback_obj.next()){
if(feedback_obj.feedback.article == current.sys_id){
feedback_obj.feedback.reason = current.comments;
feedback_obj.update;
}
}
})(current, previous);
Could you please help me on this.
Thanks,
Harshitha SR

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2021 07:52 AM
I am having the same issue where via the platform view if I flag an article no task is created, however if I flag an article from the SP the task is created. Shouldnt it work in both views?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2021 01:39 PM
Hello All, I'm having the same issue. I would like to use this across the platform. No matter where the article is searched. I sent in an Idea to SN about such a thing. It's simple but I don't want to tell them how to solve it.
Here this the link to the Idea. Please upvote if you agree. Thanks!
https://community.servicenow.com/community?id=view_idea&sysparm_idea_id=3ea56030db94b010a4c10b55ca961989&sysparm_idea_table=x_snc_com_ideation_idea&sysparm_module_id=enhancement_requests