Configure preset release comments

You can configure preset comments for use during release of document objects.

Important: Make configuration changes in a test environment and confirm they work before copying them to a production environment. For dedicated SaaS deployments, test the changes and then ask IXIASOFT Customer Support to copy the changes to your production environment.

For example, here are possible comments available to users in a test environment:

Figure: Preset comments window


To configure preset release comments:

  1. In the TEXTML Administration perspective, connect to your server.
  2. Locate the comments.xml file in the repository's /system/conf collection.
  3. Check out the file and open it for editing.
  4. Add additional <cycle> elements if you want preset comments to appear in cycles other than Authoring.
    The <cycle> element specifies the document development cycle where preset comments are available. .
    <cycle name="Authoring">
    </cycle>
  5. To create an additional preset comment, create a <comment> element.
    <cycle name="Authoring">
       						 <comment>Reworked concept as a task</comment>
    						</cycle>
  6. Optionally, delete <comment> elements that are no longer required.
    Note: Deleting comments does not remove them from the files where they've already been applied. These comments will continue to appear in views that display release comments.
  7. Save, close, and check in the file.
  8. Inform users of the changes.
    The changes will be applied automatically once users close and then reopen their IXIASOFT CCMS Desktop. Users can also apply the changes without restarting their CCMS Desktop by clicking IXIASOFT CCMS > Synchronize Configuration.
The preset comments are saved for use during release.