HTML |
---|
<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&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 used for creating different versions of the same issue).
The information which deal with Information related to an issue version are:
- Issue Column: it shows the issue number followed by the name of the version (for the active version) or just the name of the version (for all the othersother versions).
- Active Column: It shows if the version is active (green icon) or not active (grey icon).
- Version Owner: it shows the username of the user who created the issue version.
- Version Creation Date: the date creation date.
Issue versioning consists in making a new version of an issue. To create a new version, it is necessary to follow the steps below:
...