I am trying to get Test cases updated between two dates using "updatedOn" field. When I tried with rest/api/1.0/testcase/search?query=projectKey = "QAC" AND updatedOn > "2022-01-01" getting 400 error message like below.
{
"errorMessages": [
"Unrecognized field: updatedOn"
]
This filter query is working for "createdOn" field but not working for "updatedOn". Any solution for this plz