I am using 2 dropdowns to filter the jql issue filter macro table and i am constructing jql query using javascript from dropdown values i am able to get the output of jql query
But i want to pass the jql query to jira issue macro table in javascript itself to filter automatically based on dropdown
The Jira Issues macro in Confluence Data Center doesn’t support dynamically injecting JQL from client-side JavaScript for security and caching reasons. The macro’s JQL is resolved on the server when the page is rendered, so changing it after load won’t re-query Jira. The only supported way to update results is to edit the macro configuration or reload the page with a new JQL parameter. This behavior is documented in Atlassian’s guidance on the Jira Issues macro, which notes that JQL queries are executed on render, not dynamically refreshed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.