pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.94k stars 859 forks source link

#1694 Fix Search User does not return active users #1710

Closed tusharrana786 closed 8 months ago

tusharrana786 commented 1 year ago

Passed the params through json.dumps() in order to generate query in correct format.

adehad commented 11 months ago

Can you share what your inputs were into the function? I am surprised that our tests pass, so would be great to add this edge case in

tusharrana786 commented 11 months ago

which inputs are you talking about exactly? to the search user function?

adehad commented 8 months ago

Refer to #1780