- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 02:40 AM
Hi All,
Is there any particular role required to retire a knowledge article?
The user is having knowledge and knowledge_manager role assigned but he's not able to retire the KB articles of other author's but he's able to retire his own one's i.e the retire button is visible only if he is the author
this is the script include
KBversioning SI:
OWNERSHIP_GROUP : "ownership_group"
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 02:43 AM
Hello Abhi
In addition to the knowledge administrator and the knowledge manager, the following users can retire a versioned article:
- knowledge owner
- latest publisher of the versioned knowledge article (not available for kcs_candidate or kcs_contributor)
For more info, please visit..
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 02:43 AM
Hello Abhi
In addition to the knowledge administrator and the knowledge manager, the following users can retire a versioned article:
- knowledge owner
- latest publisher of the versioned knowledge article (not available for kcs_candidate or kcs_contributor)
For more info, please visit..
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 02:46 AM
Hi Sulabh,
The user needs to retire the published article even if he's not the author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 02:57 AM
Hi Author,
Users who fall under the below criteria are able to retire articles
1.) Article version should be latest
2.) State should be published
3.) If the user has any elevated access then yes he can retire
4.) If the user is part of ownership_group - It's a field on KB article form
5.) If the user falls under can contribute criteria
6.) if the user is the author
You can review more from KBVersioningSNC script include canRetire() function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 02:59 AM
Hello,
The reason why the retire button is visible only if he is the author is because in the condition it calls the KB versioning script include and KB versioning script include it shows that the user has be be a author.
Please mark answer correct/helpful based on Impact.