Queries contain labels and/or status information. If a ticket is coloured by a status query it seems that the labels-query is not activated though there is a separate query for this case. Resulting in: if a status is "done" (grey colour) the ticket will not change the colour to light red if the label "blocked" is added. Please refer to the queries, what is wrong there?
Hi Karen - Welcome to the Atlassian Community!
The colors are in a hierarchical order. So if the issue meets the query at the top, it will be that color. If not, it goes to the next color down, etc.
In your case, grey is at the bottom so it will always be overwritten by one of the higher queries. If you want grey to be the top one, simply click on it and drag it up to the top.
Hi John, thanks for stepping in!
I have read about the hierarchical order and I thought my order matches with the outcome I want to reach, but it does not.
So in my example the highest order ist for blocker (labels = blocked), and they appear in red. So far so good.
In my first try there was only one further query in second order: if status is in one of the done-status the cards appear in grey. Again, so far, so good, works fine.
Now I have trouble with a card in of of the status = done AND labels = blocked. This one still apears in grey. According to the hierarchy it should be red (that ist the outcome I want to have).
Therefore I added the second query for red colour with "labels.. AND status...". This one is again higher in the hierarchy than the query with grey colour.
Both variations (wiht the extra query and without) do not work. Do you have any further idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If your top query is labels = blocked, why would you include that same parameter in another query below it as it should never get to those. I would take the labels = Blocked out of the subsequent (lower) queries and try that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your suggestion was my first try, tried it again just now, did not work. If "blocked" and "status done" the resulting colour is grey.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I am. There is another card "blocked" (status doing) and it appears in red.
In the card which does not appear in red the value "blocked" is similar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe run each query in the regular filter view and see if you see the same cards in both queries.
The other question I would have is, why are you not just using the Flag functionality in Jira to show blocked cards? The query would be much more straight forward then.
Labels are full of landmines to base queries on in my opinion. We typically will use Components instead because of the pitfalls with labels.
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.