JQL statusCategory and statusCategoryChangedDate

Nour Durra Nagarro January 7, 2020

Hi,

i want to exclude tickets that moved to a (Done) status category within the last 2 weeks, would that work?

theoretically this is what I need (statusCategory changed FROM "In Progress" TO Done AND statusCategoryChangedDate > -2w) 

but I keep getting the error (History searches do not support the 'statusCategory' field.)

can someone help?

2 answers

4 votes
Zack June 1, 2021

@Nour Durra Nagarro It seems like you're looking for:

statusCategory = Done AND statusCategoryChangedDate > -2w

... This would only take into account that the Status Category is DONE, rather than specifying that it came from the "In Progress" Category.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 7, 2020

I'm afraid thre is nothing you can do here.  The error message about "history searches do not support statusCategory" is accurate - "changed" only works for a few fields.

Suggest an answer

Log in or Sign up to answer