Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am trying to use JQL queries to set the colours on the left side of cards in the new rapid boards in Greenhopper 6.1. I am using the following JQL query.
project = test-project and "Project Progress Requirement" is EMPTY
Project Progress Requirement is a multi-select field. The cards all show grey. Is it not possible to use multi-select fields in the JQL for the card colour? Should this work as I expect?
It sounds like you have set cards that match the above JQL query to a certain color, say Red. If all your cards has "Project Progress Requirement" set to a non-empty value, then none of them will display in the chosen color. Therefore you are seeing grey. Just my guess.
You may want to try to set the card colors using multiple queries like these:
Is that what you are looking to achieve?
It turned out to be a jira query/index issue. The field is a new field and the empty query only seems to pick up jiras that have been updated since I added the field. I believe a re-index of Jira might correct the issue. We have a large instance with over 500,000 jiras in it so it might just take some time for the filter to work correctly. Good point though. That could have certainly caused an issue.
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.