atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

[Jira] Updated docs for DC case of user_find_by_user_string #1368

Closed grantsohn closed 2 months ago

grantsohn commented 2 months ago

Updated docs to cover DC case of user_find_by_user_string

grantsohn commented 2 months ago

This addresses https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L2337

       elif not username:
            return "Username parameter is required for user search on Jira Server"