<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/pacGlB2zOR8?rel=0&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:
N.B. If you want to use the Versioning function, you first have to enable it in the Administration: |