Article versioning changes

  • Release version: Australia
  • Updated March 12, 2026
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Article versioning changes

    Article versioning in ServiceNow introduces new capabilities that allow knowledge users to create, revise, and manage multiple versions of knowledge articles efficiently. This enhancement includes new actions, fields, related lists, and updates to Knowledge forms, lists, modules, and dashboard reports, all designed to improve article lifecycle management and user experience.

    Show full answer Show less

    New User Actions

    • Checkout: Users can check out a published article to create a new version. Editing rights in Draft state are limited to the author, knowledge base owner, and users with the knowledgeadmin role.
    • Recall: Allows recalling articles currently under review or scheduled for publishing.
    • Make this current: Users can promote a previously published article in the Outdated state to become the current published version.
    • Minor Edits: By enabling the glide.knowman.versioning.enableminoredits property and specifying fields in glide.knowman.versioning.minoreditfields, users can make minor updates without creating a new version (e.g., editing Valid To or Meta fields).

    Changes to Knowledge List and Form

    • Knowledge List: Displays a Version column showing article version numbers, supports multiple versions of the same article, and includes a Workflow column with an Outdated state.
    • Knowledge Form: Adds fields such as Version, Display number (combining article number and version), Base Version (indicating the original article version), and Revised By (showing the user who created the new version).
    • Article Versions Related List: Provides access to all versions of an article, allowing users to view specific versions and their published pages.

    Updates to Knowledge Modules

    • My Knowledge Articles: Includes both authored and revised articles for knowledge users and revisers.
    • My Flagged: Lists revisions made to articles authored or revised by the user.
    • Note that users with customized modules may not see these changes.

    Enhancements to Knowledge Management Dashboard Reports

    With the Knowledge Management Advanced plugin activated, dashboard reports now incorporate article versioning data, including:

    • Articles flagged, marked not useful, or created in the last 30 days
    • Articles used per month and knowledge views
    • Knowledge by workflow state and author
    • Knowledge ratings and updated articles

    Versioning in Service Portal and Search

    • Search results display both article numbers and version numbers when the glide.knowman.search.showarticlenumber property is enabled.
    • URLs to articles must include the version number to access specific versions in the portal (e.g., appending “V1.0” to the sysid in the URL).
    • Article view pages show a version history section listing version numbers, update dates, and authors/revisers, with easy navigation to any version.
    • When viewing outdated articles, users are notified with a message and a link to the latest version.

    Article versioning introduces new actions that allow knowledge users to create and revise versions of existing articles. It also introduces new fields and related lists to the Knowledge form, new columns to the Knowledge list, and updates to Knowledge dashboard reports.

    New user actions

    As part of creating article versions, users can:
    • Check out a published article and create another version by clicking Checkout on the Knowledge form.
      Note:
      Only the author, knowledge base owner, and users with the knowledge_admin role can edit an article in the Draft state.
    • Recall an article that is being reviewed or scheduled for publish by clicking Recall on the Knowledge form.
    • Select a previously published article in the Outdated state and make it the current published version by clicking Make this currentin the Knowledge form header.

    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.

    Changes to the Knowledge list

    The article versioning feature adds the following to the Knowledge list:
    • The Version column displays the article version number. The Knowledge list displays multiple versions of an article.
    • The Workflow column includes the new Outdated state.

    Changes to the Knowledge form

    The article versioning feature adds the following to the Knowledge form:
    • The Version field displays the article version number.
    • The Display number field displays a combination of the article number and the version number. For example, KB0010004 v1.02. All references to a knowledge article use this display number.
    • The Base Version field displays the knowledge article number and version on which the current article is based.
    • The Revised By field displays the name of the user who checked out a published article and created a new version.
    • The Article Versions related list displays a list of all versions for an article. From this list,you can:
      • Click the Version to view a specific version of an article.
      • Click the View Article related link to see the article page view.
    Note:
    If necessary, configure the form to display the fields and the related list.

    Changes to Knowledge modules

    The article versioning feature introduces the following Knowledge module changes:
    • My Knowledge Articles
      • For a knowledge user, this module includes records for the articles authored by the user as well as records for each article revised by the user.
      • For a knowledge reviser, this module includes records for the articles published by the user as well as records for each article revised by the user.
    • My Flagged
      • For a knowledge user, this module includes records for each revision made to articles authored by the user.
      • For a knowledge reviser, this module includes records for each article revised by the user.
    Note:
    Users that have customized these modules do not see these changes.

    Changes to Knowledge Management dashboard reports

    The Knowledge Management Overview dashboard reports have been updated to include article versioning-related changes when the Knowledge Management Advanced plugin is activated.
    • Articles Flagged in the Last 30 Days
    • Articles Marked Not Useful in the Last 30 Days
    • Articles Used per Month
    • Knowledge use
    • Knowledge view
    • Knowledge updated in past 30 days
    • Knowledge flagged in past 30 days
    • Knowledge by Workflow state
    • Knowledge created by Author
    • Knowledge created in past 30 days
    • New Knowledge Articles Created in the Last 30 Days
    • Knowledge Ratings for past 30 days

    Versioning information available in the Knowledge Management Service Portal

    Knowledge search results show the article number and the version number for each article.
    Note:

    To display the article version number next to the article number in the search results, enable the glide.knowman.search.show_article_number property in the Knowledge Search Properties section of the Knowledge Management Properties page.

    If you are accessing an article from the base system or knowledge service portals using the URL to a KB article, you must also include the article version number in the URL. For example, to access the KB0000005 knowledge article, instead of using the https://<instance name>/sp?id=kb_article&sys_id=KB0000005 as the URL, you must use https://<instance name>/sp?id=kb_article&sys_id=KB0000005%20V1.0 to view the article.

    The article view page shows a version history section for articles that have been updated. This section includes the version numbers, date updated, and the name of the author or reviser.
    • Click Latest version or the version number and current state to expand the version history section.
    • Click the version number to open that particular version of the article.
    • When viewing an outdated article, a message informs the user that a newer updated version is available. The message includes a link to the latest version.