What ist the JQL to find the issues which have a flag in the backlog?
Flagged = Impediment from the descrpition in https://confluence.atlassian.com/agile/jira-agile-user-s-guide/working-with-issues/flagging-an-issue *does not work*
Hi Sven
The Flagged item is a strange one.
To check if an item is flagged or not use
Flagged is EMPTY
Flagged is not EMPTY
Admin rights don't matter to what you can or can't see on issues. Project rights determine that.
This error message means either that the field does not exist, or it is not used in any project you can see.
Do you have Jira Software installed, and have you got access to at least one Software project?
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.
In the German edition (JIRA Software 7.8) the field flagged is called "Gekennzeichnet" and
"Gekennzeichnet is not EMPTY" works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"flagged is not EMPTY" does not pull any results for me after the year 2018. I see 1 JIRA story dated January 2018, but I just added a bunch of flags to my stories today. They are not pulling in my search results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sarah Ahmed
You'll notice in my earlier reply that I use an uppercase F for Flagged, whereas you're showing flagged. The Jira field names are case sensitive. If you go into the filter screen and start typing flag then the "intellisense" will tell you what the correct wording is (see below), but obviously for other languages typing flag won't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still doesn't work for me. I get no results when there should be results
I've tried.. narrowing it down to project in ("....") AND Flagged = impediment
also tried project in ("...") AND Flagged is not EMPTY
no results. We are on the server version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am in the cloud version. I tried Flagged is not EMPTY and the same error: "Field 'Flagged' does not exist
I tried also:
They do not give any error but they neither give any results on the board quick filters where I have alot of them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just tried
project = "X" AND issuetype in (Story) AND Flagged is not EMPTY ORDER BY updated DESC
and I get a list of issues that were flagged, and the number of days listed in the "Flagged" field next to the word "Impediment".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You mean "are flagged" not "were flagged". I can't find a way to search for issues that were ever flagged unless they are currently flagged.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! It worked for me.
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.
Hi everybody,
that I have to configure so that the flagged field is not shown when registering an incident.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just typed 'Flagged is not empty' into the search field and it worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does it work for items that are not currently flagged but were at one point in time?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would think that the search you're suggesting would work about the same as any other field's history of values.
Try using the WAS operator in your search.
The "
WAS
" operator is used to find issues that currently have or previously had the specified value for the specified field.
For example:
Flagged WAS not EMPTY
or
Flagged WAS Impediment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, historical searches do not work on the Flagged field:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've just found out (under Jira DC 8.18.0) that "Flagged" is created when the first issue gets flagged. For the name, it will use the language that the user who flagged the issue is currently using.
Before that, there will be no such field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The "Flagged" field must be on a screen in your project in order for a JQL search on it to work.
You can still add a flag to an issue using an agile board and right clicking the issue, but you cannot filter by the field unless you have it on a screen.
If it is on a screen, you can also "flag" an issue by updating the field's value to check the Impediment checkbox that appears when you edit the field value.
JQL could be:
Flagged=Impediment
or
Flagged is not EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Someone on our team also figured out that if you have more than the default field context on the Flagged field, the search won't work, even if the field is on a screen in the project.
It's a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Definitely sounds like a DEFECT.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The person on our team looking into this issue discovered that he had not checked a basic setting, although the context thing may still be a bug. I'm not sure.
In the Field Configuration, the Flagged field was set to hidden, because we had it visible previously, but then had to remove it from screens. So, in a way to make it easier to update, someone just hid the field.
Moral of this story: check the basics first. :)
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.
I had to actually flag an issue to make it work. Until an issue was flagged I got "Flagged" not found. And I used for a Flagged = Impediment. and it work perfectly after I flagged an issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It only works when you filter by "Flagged[Checkboxes]" =Impediment
In the case you want to filter those which are not Flagged ("Flagged[Checkboxes]" =! Impediment ) it's not working at all
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.
Flagged is NOT empty is working so-so.
It runs but it is bringing a lot of tickets that has no Flag (maybe they had in the past but were already removed)
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.