<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/9798103/SMALL+BANNER.jpg?version=1&modificationDate=1477922382210" 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 at the meantime.
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) Choose an Issue you want to version;
2) Select the tab "Issue";
3) Select the tab "Create new version";
4) Choose version name
5) Choose if he wants to set it 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 not active versions are grey:
N.B. If you want to use the Versioning function, you firstly have to enable it from the Administration Panel: |