I'm filtering the issues using Jql query (ScriptRunner Enhanced search) between two different projects and we moved the results to dashboard. We tried plugins/gadget like Custom charts Issue list, structure, Quick, rich filter to show the query result. However, we are facing the problem i.e. after creating a dashboard when we update the ticket it requires a syncing of filter in the Jql filter we saved to show the latest result in the dashboard. How to overcome this filter syncing issue? The filter need to show the result dynamically in dashboard after syncing. Below is the query we tried
Query:
a) project in ("NOT","CH") and issueFunction in linkedIssuesOf("type="Root cause" and issueLinkType!="is fixed by"") and type="Non software" OR project ="NOT" and issueLinkType is EMPTY
b) project = "NOT" AND issuetype = "NON SOFTWARE" and (issueLinkType IS EMPTY or issueFunction in linkedIssuesOf("project = "ch" and type ="Root cause" and (issueLinktype != "is fixed by" OR issueLinkType is EMPTY)") )
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.