You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The search users function has the keyword username in the params dict which is used in the rest api
The issue seems to be that the search users function includes the username param whether it is used or not (probably to be deprecated)
Fixes could be to remove it completely, ignore it if not used either in search users or potentially more robust to remove dict keys that arent used in params from inside _fetch_pages
Bug summary
The search users function has the keyword username in the params dict which is used in the rest api
The issue seems to be that the search users function includes the username param whether it is used or not (probably to be deprecated)
Fixes could be to remove it completely, ignore it if not used either in search users or potentially more robust to remove dict keys that arent used in params from inside _fetch_pages
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
No response
jira-python version
'3.10.1'
Python Interpreter version
3.13
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
Expected behaviour is to return the user
Additional Context
python 3.13
The text was updated successfully, but these errors were encountered: