0

For example, search for editedBy:<USER> madeChange:"changed estimate field" (possibly: editedOn:Yesterday).

Is this possible?

Guy
  • 14,178
  • 27
  • 67
  • 88

1 Answers1

0

Sorry, it's not possible to do this. One very useful one would be: editedbyme:yesterday. It's not possible to combine criteria like this to restrict. editedby:me edited:yesterday gives you everything that's been edited by you (ever) that was edited (by anyone) yesterday.

Rich Armstrong
  • 1,432
  • 2
  • 16
  • 20