Taskr 1.0.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Taskr --version 1.0.8
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Taskr --version 1.0.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Taskr&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Taskr --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
taskr
Tool (dotnet) to View Azure DevOps Tasks' details by States and other Fields
dotnet tool install -g --ignore-failed-sources taskr
Type Index / Work-item ID / Search term
Settings: %USERPROFILE%\Documents\Taskr.json
(For relocated Documents folder: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
)
{
// Defaults
"Query": "SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = '{0}' AND [System.WorkItemType] = 'Task' ORDER BY [System.Id] ASC",
"Slicers": "Tags,Priority,IterationPath",
"Accounts": [ // Azure DevOps Project details
{
"Name": "Account-1",
"Org": "Org-1",
"Project": "Project-1",
"Token": "PAT Token for Org-1/Project-1",
"Slicers": "AssignedTo,Priority,IterationPath" // Override
"Enabled": true
},
{
"Name": "Account-2",
"Org": "Org-2",
"Project": "Project-2",
"Token": "PAT Token for Org-2/Project-2",
"Query": "SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = '{0}' AND [System.WorkItemType] = 'Task' AND [System.AreaPath] UNDER 'My Project Team' ORDER BY [System.Id] ASC", // Override
"Enabled": true
}
]
}
You can override the default
Query
andSlicers
values at each Account level inTaskr.json
Contribution
<br /> Install Python (and Pip) for
pre-commit hooks
pip install pre-commit
# Clone spex
git clone https://github.com/vamsitp/Taskr.git
# Important!!!
git config --global init.templateDir .git-template
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.1.6 | 389 | 4/8/2021 |
1.1.5 | 421 | 1/21/2021 |
1.1.4 | 335 | 1/18/2021 |
1.1.3 | 378 | 1/18/2021 |
1.1.2 | 387 | 1/15/2021 |
1.1.1 | 341 | 1/12/2021 |
1.1.0 | 403 | 1/11/2021 |
1.0.15 | 407 | 1/11/2021 |
1.0.14 | 329 | 1/11/2021 |
1.0.13 | 385 | 1/10/2021 |
1.0.12 | 388 | 1/10/2021 |
1.0.11 | 384 | 1/9/2021 |
1.0.10 | 462 | 1/9/2021 |
1.0.9 | 486 | 1/9/2021 |
1.0.8 | 404 | 1/8/2021 |
1.0.7 | 425 | 1/8/2021 |
1.0.6 | 388 | 1/8/2021 |
1.0.5 | 411 | 1/8/2021 |
1.0.4 | 384 | 1/7/2021 |
1.0.3 | 390 | 1/7/2021 |
1.0.2 | 395 | 1/6/2021 |
1.0.1 | 418 | 1/6/2021 |
1.0.0 | 390 | 1/6/2021 |