We are experiencing performance issues when user gives a empty jql and click search. I want to prevent user from doing this. What I am thinking is to edit rest/issueNav/1/issueTable this rest api and check if jql is empty then I want to send a empty JSON instead of all issues. Is it possible ?
Hi, you can implement servlet-filter for the specified url-pattern to check if jql is empty and form the desired response.
How to do it ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to implement plugin with servlet-filter module: https://developer.atlassian.com/server/jira/platform/servlet-filter/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.