AtlassianPS / JiraPS

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

Hotfix/fix username wildcard search #361

Closed lmf-mx closed 5 years ago

lmf-mx commented 5 years ago

Description

Allow UserName parameter of Get-JiraUser to take an empty string.

Motivation and Context

Atlassian API no longer returns user list using '%' as a wildcard. Empty string works as a wildcard. Reference: https://community.atlassian.com/t5/Answers-Developer-Questions/How-do-I-get-users-list-using-REST-API/qaq-p/470324#M118831

closes #360

Types of changes

Checklist

lipkau commented 5 years ago

excellent finding! thank you for that :-)