We use Jira Cloud and have ConfigCat as one of our integrated apps to enable us to manage feature flags. I can search for work items that have feature flags set by using JQL like this:
flagEnabled ~ "true" order by created DESC
From the "Search work items" page and I get matching work items. However, when I include the Development field as one of the columns in the search results, it does not include any information about ConfigCat feature flags (though it does include GitLab information like commits).
How can I get to see information about ConfigCat feature flags in these results. And please bear in mind that I know I can see such information via the Releases section of the Development panel in the individual work items but I want to see this information in a column in the search results without having to click through to individual work items.
My other related question is how can I access ConfigCat feature flag information in automation rules. I have been able to get GitLab information (commits, merge requests, builds etc) as smart values aas documented at https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/ . This documentation also mentions a {{flag}} smart value but it seems to be associated with LaunchDarkly and not ConfigCat. So is there an equivalent for ConfigCat?
Thank you for any suggestions you may have.