Coder Social home page Coder Social logo

sep / azdevworkitemhistory Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 61 KB

Command Line tool for executing queries and inspecting history of Azure DevOps Work Item Tracking

License: MIT License

C# 100.00%
azure-devops dotnet dotnet-core azure-boards

azdevworkitemhistory's Introduction

AzDevWorkItemHistory

Command Line tool for executing queries and inspecting history of Azure DevOps Work Item Tracking

Build Status

Connecting to Azure DevOps

azureUri - This is the root of your Azure DevOps url. e.g. https://contoso.visualstudio.com.

username - This is the username you use to log in to Azure DevOps.

pat - This is your Personal Access Token. More info here: https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops

Installation

dotnet tool install -g azure-boards-workitems

Usage

$ ./AzDevWorkItemHistory.exe --help                               AzDevWorkItemHistory 1.4.0
Copyright c 2019 SEP, Inc

  login        Stores encrypted credentials for Azure.

  logout       Removes a set of credentials for the given URI.

  query        Executes a query.

  revisions    Fetches all work item revisions for a project (useful for data-mining and reporting).

  durations    Fetches timespans of all work items for a project.

  all          Fetches all work items for a project.

  help         Display more information on a specific command.

  version      Display version information.

Examples

Login to your Azure DevOps instance:

$ azure-boards-workitems login --azureUri=https://contoso.visualstudio.com/ --pat=generated-personal-access-token --username=alice

Viewing the results of a query whose GUID is QUERY-GUID:

azure-boards-workitems query --azureUri=https://contoso.visualstudio.com/ --queryId=this-is-a-query-guid

CSV - Create a CSV containing all revisions of all work items in project PHOENIX:

azure-boards-workitems all --azureUri=https://contoso.visualstudio.com/ --project=Phoenix > phoenix_revisions.csv

azdevworkitemhistory's People

Contributors

jonfuller avatar

Watchers

 avatar

Forkers

radtek

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.