Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliov committed Jan 2, 2017
1 parent cde53cc commit daf2543
Showing 1 changed file with 8 additions and 48 deletions.
56 changes: 8 additions & 48 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,12 @@

![Master Build status](https://tfsaggregator.visualstudio.com/_apis/public/build/definitions/2e747373-c780-4b2c-823d-98a3fd2b4e99/6/badge)
![Develop Build status](https://tfsaggregator.visualstudio.com/_apis/public/build/definitions/2e747373-c780-4b2c-823d-98a3fd2b4e99/1/badge)
This is an alternative version of TFS Aggregator that supports [Visual Studio Team Services (VSTS)](https://www.visualstudio.com/team-services/).
It can be used on premises also, starting from TFS 2015: you have to provide the hosting environment.
You can reuse the existing Rules with minimal changes.

This server side plugin, for VSTS, TFS 2013 update 2 up to TFS 2017 RTM, enables running custom script when Work Items change,
allowing dynamic calculation of field values in TFS and more. (For example: Dev work + Test Work = Total Work).
Try it now
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)

# Changelog

## What's new in v2.3
* Support for Web Hooks and VSTS
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)
See the [Installation](INSTALL.md) instructions.


## What's new in v2.2
* Support for TFS 2017
* Macro snippets and Functions for Rules and make code more modular
* Ability to specify server URL
* Support for multiple workitem Ids in Console application (issue [#178](https://github.com/tfsaggregator/tfsaggregator/issues/178))
* Ability to Send email from Rules
* Migrated CI build from AppVeyor to VSTS
* Use of GitVersion to manage [Semantic Versioning](http://semver.org/)

## What's new in v2.1.1
* Fixes important bug causing very high CPU usage (see [#160](https://github.com/tfsaggregator/tfsaggregator/issues/160)).

## What's new in v2.1

* Support for TFS 2015.2, TFS 2015.2.1 and TFS 2015.3
* Extended logging in debug version
* Ability to override base Uri of the aggregator
* Improvements in the setup
* Adds `PreviousRevision`/`NextRevision` properties to Work Items to navigate history
* Adds `Uri` field to Work Items
* Removed policyscope on Workitem template GUID and revision (didn't work anyway)

## What's new in v2

* A 'real' Scripting language (C#, VB, Powershell)
* Scoping allows select which rules apply to which Team Project
* Enhanced filtering to trigger rules when conditions are met
* Console application to quickly test new rules
* Richer logging
* Test harness and modularity to ease adding new features
* Create new Work Items and Links using rules
* and more...
> This is still a beta version, please provide feedback to the team!
## Example Uses

Expand All @@ -56,11 +18,9 @@ allowing dynamic calculation of field values in TFS and more. (For example: Dev
- Create new work items
- Create new work item links

Documentation
================================================
# Documentation

The complete documentation is available on the [project's Wiki](https://github.com/tfsaggregator/tfsaggregator/wiki).
A snaphost is available when you install TFS Aggregator using the MSI.
The complete documentation is available on the [project's Documentation Site](https://tfsaggregator.github.io/).

# Contributing to the Project

Expand Down

0 comments on commit daf2543

Please sign in to comment.