Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

enhancement: Add enhanced_search_issues API for Jira Cloud using new search/jql endpoint #2326

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update the message
  • Loading branch information
skumar36-atlassian committed Mar 18, 2025
commit a4371cc4f7349cfb950a597aa2f25b791f6eca24
2 changes: 1 addition & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
@@ -3616,7 +3616,7 @@ def search_issues(
)
else:
raise JIRAError(
"The `search` API is deprecated in Jira Cloud. Use `enhanced_search_issues` instead."
"The `search` API is deprecated in Jira Cloud. Use `enhanced_search_issues` method instead."
)

# this will translate JQL field names to REST API Name
Loading