Skip to content

Commit

Permalink
Update docs for user wildcard search
Browse files Browse the repository at this point in the history
  • Loading branch information
lmf-mx committed Jul 11, 2019
1 parent b3bb612 commit 1b040e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en-US/commands/Get-JiraUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ Get-JiraUser -UserName user1 -Exact

Returns information about user user1

### EXAMPLE 5

```powershell
Get-JiraUser -UserName ""
```

Returns information about all users. The empty string "" matches all users.

## PARAMETERS

### -UserName
Expand Down

0 comments on commit 1b040e1

Please sign in to comment.