You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
This appears to be a bug reported on Jira Server, but it also applies to Jira Cloud. I can write a JQL query on Status WAS "Under Consideration", but I am unable to write a JQL query on StatusCategory WAS "To Do".
I should be able to do the later because StatusCategory is part of history tracking. Flagging this as a bug!
Hey Scott
To add on to what Mikael posted,
When using statusCategory you are looking for the states of a status and not the status themselves.
You can use statusCategory to find "To Do/Grey Colored Statuses", "In Progress"/Blue Colored Statuses or "Done"/Green Colored statuses.
The following operators are not supported: ~ , !~ , > , >= , < , <=
IS , IS NOT, WAS , WAS IN , WAS NOT , WAS NOT IN , CHANGED
Here is the documentation for statusCategory in JQL
How to search using statusCategory() & statusCategoryChangeDate() function with JQL | Jira | Atlassian Documentation