Hey all,
We are using the new Jira Feature Flags (mentioned here: https://www.atlassian.com/blog/jira-software/tips-for-feature-flagging).
My question is: Is there anyway to search, within Jira, for the feature flags in a JQL filter? Like, "list all Jira tickets that have been linked to XYZ feature flag?" Is there a custom field or field within Jira that's queryable?
Thanks!
Hi @Dae-Ho,
Yes, you can search for flags in JQL with clauses such as
flagEnabled ~ "true"
You can find the full advanced search documentation here: https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-developer-reference-967312910.html
Hello Dae-Ho,
You can use the following JQL Query to search for flagged issues:
flagged = impediment
Please, let me know if it works for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Petter Gonçalves, unfortunately I’m not talking about the old feature of “flagged issues” which I knew can be searched as "impediment"s. My question is specific to the new “feature flags” feature: https://www.atlassian.com/software-development/practices/feature-flagging
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.