Is there a way to search for feature flags from within Jira?

Dae-Ho January 18, 2019

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!

2 answers

1 accepted

5 votes
Answer accepted
Bruce Templeton
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 3, 2019

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

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 21, 2019

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. 

Dae-Ho January 22, 2019

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

Suggest an answer

Log in or Sign up to answer