I have tried the following way to do so
desc="\"string1\" AND \"string2\""
issues=jira.search_issues('description ~ "+desc)
I am getting error 400. Can you please tell me how to send a correct query using python API?
Also same search string is working on GUI to search issues.