I’d like to know if there’s an option to search and fetch Jira issue details — including comments — with the condition that all comments should exclude those from a specific author.
I was using Jira MCP server with JQL queries to search and fetch issue data, but I couldn’t achieve this filtering. If I fetch all comments, the dataset becomes too large, and I only need the filtered comments.
Is there a way to fetch only these comments without retrieving everything?