Skip to content

to mine changed files with related work items from team foundation server

License

Notifications You must be signed in to change notification settings

gobixm/tfs-changes-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfs-changes-miner

to mine changed files with related work items from team foundation server

usage:

edit settings.json to your requirements

{
    "url": "http://tfs-server:port/tfs/collection",
    "target": "$/path to target branch",
    "branches": [{
        "path": "$/path to analyzed branch",
        "from": "changes number to start with",
        "to": "changes number to end with"
    }],
    "ignore": [
        "/Path you want to ignore"
    ],
    "mappings": {
        "/path to folder": "module name(alias)",
    }
}

About

to mine changed files with related work items from team foundation server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages