AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
323 stars 131 forks source link

Fixed the way a string of an user is resolved #301

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

Description

When Remove-JiraGroupMember uses a [String] for -User, Get-JiraUser does not resolve properly resolve the input. This is fixed by using -UserName instead of -InputObject on Get-JiraUser

Motivation and Context

closes #299

Types of changes

Checklist: