Skip to content

Commit 1b040e1

Browse files
committed
Update docs for user wildcard search
1 parent b3bb612 commit 1b040e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/en-US/commands/Get-JiraUser.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ Get-JiraUser -UserName user1 -Exact
7171

7272
Returns information about user user1
7373

74+
### EXAMPLE 5
75+
76+
```powershell
77+
Get-JiraUser -UserName ""
78+
```
79+
80+
Returns information about all users. The empty string "" matches all users.
81+
7482
## PARAMETERS
7583

7684
### -UserName

0 commit comments

Comments
 (0)