Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to Assign Knowledge Feedback Tasks to Specific Groups Instead of Knowledge Article Author

cmitchell2323
Tera Contributor

Good Morning Everyone, I am trying to implement logic to have knowledge feedback tasks be assigned to a specific group instead of to the knowledge article author. When a user marks an article as Not Helpful, it should get generated to a specific group that will handle the knowledge feedback. How would I implement this? Currently, I am struggling with trying to find where the logic is located that handles the assignment of knowledge feedback tasks. Please let me know if you have any questions or clarifications, thanks!

1 ACCEPTED SOLUTION

Tanushree Maiti
Tera Sage

Hi @cmitchell2323 

 

As per this post  :

You may update the Script in the Knowledge Feedback Task Assignment rule to auto assign feedback tasks as per requirement. Navigate to "/sysrule_assignment.do?sys_id=18708c8567030300d358bb2d07415a64" and update the script.

Dictionary overrides are to restrict the list of available values for assigned to and assignment group when manually assigning the feedback task.

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

View solution in original post

2 REPLIES 2

Tanushree Maiti
Tera Sage

Hi @cmitchell2323 

 

As per this post  :

You may update the Script in the Knowledge Feedback Task Assignment rule to auto assign feedback tasks as per requirement. Navigate to "/sysrule_assignment.do?sys_id=18708c8567030300d358bb2d07415a64" and update the script.

Dictionary overrides are to restrict the list of available values for assigned to and assignment group when manually assigning the feedback task.

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

cmitchell2323
Tera Contributor

Good Afternoon Tanushree, I found the assignment rule you are referring to! Thanks for the help!