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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.