I am using the function jira.search_issues in the call and it is only returning issues whose type is Epic. Function has been running fine and returning all the issues for very long time. I am facing this issue only now. was there any change recently made and it has affected the function ?
Hi!
In case I understood your question correctly, you can verify that the JQL query inside your jira.search_issues function contains proper specification. An inappropriate or too restrictive query can reduce the search results to show only Epic issues. When your query contains an issuetype = Epic criterion it will retrieve only Epic issues. Your query should undergo modification or expansion to include various issue types.
Also, if you use some custom scripts or add-ons that interact with Jira's search functionality, you can ensure that they are functioning correctly and have not been updated recently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.