Hi Tanya,
Unfortunately there's not an easy way to filter on any update but you could filter on issues of which the status was changed by someone:
status CHANGED DURING (startOfWeek(-1d), startOfWeek()) BY fonteynf
There's many (but not all) other fields for which you can use the same filter. Simply replace the "status" field in the query by another fieldname.
Best,
Maarten
Hi!
You can try with a JQL query like
updatedDate >= 2017-10-02 AND updatedDate <= 2017-10-05
but changing dates by the ones you need.
Thanks, this should help some.
This helped me big time today! Thanks!
This worked for me.updated >= -1w AND reporter = deekumar
hi, what ore the fields that support 'By'? I tried 'updated' and 'updatedDate' with no luck
It looks like you're new here. Sign in or register to get started.