I’d like to be able to search for my app’s dashboard item entity properties across all of my dashboard items added to dashboards in a Jira Cloud instance using JQL.
The documentation for enabling indexing of entity properties via JQL doesn’t have any mention of dashboard items as an available entity to add to an Entity Property module in my app’s manifest:
entityType
Type
string
Defaults to
issue
Allowed values
- issue
- ISSUE
- user
- USER
- project
- PROJECT
Description
The type of the entity. The default value is issue.
Notice that there is no mention of dashboard items in the allowed values for entity types.
Is it possible to allow for enumeration of my app’s dashboard item entity properties via JQL? I want to search across all instances of my dashboard items added to dashboards and get the value of a specific entity property for that instance.