We are using a Jira server instance (v7.6.0) and are looking at a way to show keyword searches in a gadget for example in a group of tickets or a project, certain keywords appear. For example: gradient, 8-bit, point of origin.
Filter could be like project=DEMO and (text ~ "gradient" or text ~ "8-bit" or text ~ "point of origin")
This will just give me a sum of all tickets, but will not let me do any further filtering.
It would be preferable to have a single gadget that then shows out of 5 tickets:
gradient 2
8 bit 3
point of origin 4
While I can do this with text searches, I can't combine them into a single gadget.
Any suggestions?