Skip to content

Commit 2716f13

Browse files
authored
Adding more jira examples for user_find_by_user_string. (#1265)
1 parent 27a84d2 commit 2716f13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/jira.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ Manage users
7474
jira.user_get_websudo()
7575
7676
# Fuzzy search using emailAddress or displayName
77-
jira.user_find_by_user_string(query, start=0, limit=50, include_inactive_users=False)
77+
jira.user_find_by_user_string(query="a.user@example.com", start=0, limit=50, include_inactive_users=False)
78+
jira.user_find_by_user_string(query="a.user", start=0, limit=50, include_inactive_users=False)
79+
jira.user_find_by_user_string(query="a user")
80+
jira.user_find_by_user_string(account_id="a-users-account-id")
7881
7982
# Get groups of a user. This API is only available for Jira Cloud platform.
8083
jira.get_user_groups(account_id)

0 commit comments

Comments
 (0)