We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ace30 commit b69bad7Copy full SHA for b69bad7
jira/client.py
@@ -2816,7 +2816,7 @@ def search_users(
2816
query=None,
2817
):
2818
"""Get a list of user Resources that match the specified search string.
2819
- "username" query parameter is deprecated; the expected parameter now is "query", which can just be the full
+ "username" query parameter is deprecated in Jira Cloud; the expected parameter now is "query", which can just be the full
2820
email again. But the first parameter is kept for backwards compatibility.
2821
2822
:param user: a string to match usernames, name or email against.
0 commit comments