This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Copy TFS work item ID | |
// @namespace http://tfs.it.volvo.net:8080/ | |
// @version 0.1 | |
// @description nothing | |
// @author alreva | |
// @match http://tfs.it.volvo.net:8080/tfs/Global3/SEGOT-eCom-CORE/* | |
// @grant none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ETS Improvements | |
// @namespace http://timeserver | |
// @version 0.1 | |
// @description this one helps filling out ETS faster. | |
// @author areva | |
// @match timeserver/timereports.ets | |
// @match timeserver.i.sigmaukraine.com/timereports.ets | |
// @match ets.sigmaukraine.com:7443/timereports.ets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TFS ETS Reporting | |
// @namespace http://timeserver | |
// @version 0.3 | |
// @description this one helps properly reporting ETS with TFS items. | |
// @author areva | |
// @match timeserver/timereports.ets | |
// @match timeserver.i.sigmaukraine.com/timereports.ets | |
// @match ets.sigmaukraine.com:7443/timereports.ets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TFS Work Items Scaffolding | |
// @namespace http://tfs.it.volvo.net:8080/ | |
// @version 0.1 | |
// @description nothing | |
// @author alreva | |
// @match http://tfs.it.volvo.net:8080/tfs/Global3/SEGOT-eCom-CORE/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ETS Improvements Automatic Update | |
// @namespace http://timeserver | |
// @version 0.1 | |
// @description this one helps filling out ETS faster. | |
// @author areva | |
// @match timeserver/accountreport.ets | |
// @match ets.sigmaukraine.com:7443/accountreport.ets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name VCE TFS ETS Reporting Automatic Update | |
// @namespace http://timeserver | |
// @version 0.1 | |
// @description this one helps properly reporting ETS with TFS items. | |
// @author areva | |
// @match timeserver/accountreport.ets | |
// @match ets.sigmaukraine.com:7443/accountreport.ets | |
// @grant GM_xmlhttpRequest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Kanban improve (common) | |
// @namespace http://tfs2010.it.volvo.net/ | |
// @version 0.1 | |
// @description Does the usability improvements over standard SharePoint Kanban board | |
// @match http://tfs2010.it.volvo.net:8080/tfs/Global/SEGOT-eCom-VolvoPentaShop/PentaBusiness/_backlogs/board | |
// @match http://tfs2010.it.volvo.net:8080/tfs/Global/SEGOT-eCom-VolvoPentaShop/PentaTeam/_backlogs/board | |
// @match http://tfs2010.it.volvo.net:8080/tfs/Global/SEGOT-eCom-VolvoPentaShop/PentaTeam/_boards | |
// @copyright 2014+, Volvo IT | |
// ==/UserScript==a |