Hi everyone,
I am trying to create a filer to list all the issues which were updated with "abc" text on Label field in last 7 days.
project = AR AND labels = abc AND updated >= -7d ORDER BY created DESC
But the problem with this is, it list the issues even if it gets updated with any other fields.
Please suggest.