<script type="text/javascript">
<!--
    function tell_toggle_visibility(id) {
       var e = document.getElementById(id);
       if(e.style.display == 'block')
          e.style.display = 'none';
       else
          e.style.display = 'block';
    }
//-->
</script>
<a href="#">
<img style="-webkit-user-select:none; display:block; margin:auto;" src="http://docs.tellnet.it/download/attachments/9404709/SMALL+BANNER.jpg?version=1&modificationDate=1478427166505" align="left" onclick="tell_toggle_visibility('tell_video');">
</a>
<br style="clear: both;">
<div style='display:block'></div>
<div id="tell_video" style='display:none'>
<iframe width="960" height="540" src="https://www.youtube.com/embed/e1DWFJpzkYY?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>

Issue Versioning is very useful when you need to have more than one version of flat plan at a time (for the same issue).

The information which deal with version are:

Issue versioning consists in making a new version of an issue. To do it, the you have to:

1) Enter the Issue you want to version;

2) Select the tab "Issues";

3) Select the tab "Create new version";

4) Choose version name

5) Choose if you want to set this new version as "Active Version";

6) Save changes.

Otherwise, you can decide to use the following shortcut: ⇧⌘V.

The new version will be created with the same features as the previous one and, if set as active version, can be synchronized with the production system.

Active Versions are identified by a green circle, whereas no active versions are grey:

 

The active versions are also identified by a green sticker is in Table tree on the label of the tab as a result of the opening of the floor while the inactive are identified by a blob of gray.

 

The remaining functions (opening, modification, cancellation, etc.) remain unchanged, with the following exceptions:

 

To enable the issue versioning should define the parameter ISSUE_Versioning

to understand how to enable the issue versioning consults the Config. GENERAL page.