Igor Abade

Results 28 issues of Igor Abade

I'm curious about Get-TfsWorkItem and the -Fields property. The documentation says to specify a '*' to return all fields. Any ideas? Get-TfsWorkItem -AreaPath $areaPath -WorkItemType "User Story" -Fields "*" Get-TfsWorkItem...

* Add pipeline support to `Project` argument * Add argument positioning support

Enhance the Invoke-TfsRestApi cmdlet by automatically converting PSCustomObject and Hashtable objects to a JSON string when passed as the body of the request, aligning its behavior with that of the...

enhancement

+semver: minor

### Discussed in https://github.com/igoravl/TfsCmdlets/discussions/233 Originally posted by **rhino2334** September 17, 2024 Are all of the functions of TfsCmdlets compatible with azure devops server 2020? I'm able to use Get-TfsTeamProject to...

bug

When the group name supplied as parameter to Get-TfsGroup has the format `[]\`, it should infer the scope from the name, without depending on the *-Scope* argument. To account for...

enhancement

**Problem:** Currently, the `Get-WorkItem` cmdlet does not respect the connections established by `Connect-TfsTeamProject` and `Connect-TfsTeam`. This causes context issues when fetching work items, as users expect `Get-WorkItem` to utilize the...

enhancement

When connecting to a cloud org (Azure DevOps Services), the user should be able to specify an argument (e.g. `-UseAzCli` or `-azlogin`) to tell TfsCmdlets that it should create an...