Article versioning
Use the Knowledge Management article versioning feature to create and maintain multiple versions of a knowledge article.
Knowledge contributors can create a new version of a knowledge article from an existing published version. This existing version can be either the latest published version or an older outdated version. All changes are stored in the new version of the article and the information in the existing article remains the same.
If you import published knowledge articles from a ServiceNow instance that does not support article versioning, you must run the Initialize Versions on Articles fix script to enable article checkout and editing.
- Check out a published article and create another version. Note:Only an author (who checks out an article for revision), knowledge base owner, and user with knowledge_admin role can edit an article in the draft state.
- Select a previously published (outdated) version of an article and make it current.
- Recall an article that is being reviewed or scheduled for publication.
- Retire the latest published version of an article.
To track the different revisions, the article versioning feature introduces version numbering. For more information, see Knowledge article version numbers
Define minor fields so users can make some edits without triggering a new version. First, set the glide.knowman.versioning.enable_minor_edits property to true. Then, in the glide.knowman.versioning.minor_edit_fields property, specify the fields to define as minor. For example, set Valid To and Meta as fields that can be edited without creating a new version.
Activation information
The article versioning feature requires the Knowledge Management Advanced plugin (com.snc.knowledge_advanced) to be activated and the glide.knowman.versioning.enabled property to be set to true (default value). For more information, see Activate the Knowledge Management Advanced plugin and Article versioning properties.