As a user,
I would like to have the ability to get, create, update and remove the ScriptRunner Enhanced Search filters via REST APIs,
So that I can access, modify or create a filter with the ScriptRunner JQL functions.
We extensively use the linkedIssuesOf function in Jira Server, dynamically building queries within a script that inserts parameters (e.g., issue key or team name). These queries are executed via the REST API. However, since linkedIssuesOf is only available in Enhanced Search, we now require the ability to dynamically build filters for Enhanced Search, enabling us to use the API for querying.
Our client really loves using linkedIssueOf in Jira Server. However, when they migrate to Jira Cloud, they have trouble since Enhanced Search is only available through the web UI. Additionally, if the query returns a large amount of data, it’s challenging to save the results. Please help us enable an API for querying.