var fDesc=new Array(); fDesc[0] = "WIT Synchronizer lets you update Work Item Type and WIQL definitions between a Process Template and a Team Project (in both ways).
You can also update a list of Team Projects from a Process Template in few clicks!
You can also duplicate a Process Template easily.
Among the possible actions:
- Update the WIT and WIQL of a Process Template from a Team Project
- Update the WIT and WIQL of a Team Project from a Process Template
- Update the WIT and WIQL of a list of Team Projects from a Process Template
- Duplicate a Process Template"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }