{
"bool": {
"should": [
{
"term": {
"fixed_version.id": 3528
}
}
],
"must_not": {
"bool": {
"must": [
{
"range": {
"updated_on": {
"lte": "now-30d"
}
}
}
],
"should": [
{
"term": {
"status.name": "Closed"
}
},
{
"term": {
"status.name": "Resolved"
}
},
{
"term": {
"status.name": "Rejected"
}
}
]
}
}
}
}