search issues which i've created or updated on a certain date
Hi,
I want to get all issues which on which i have commited on a certain day.
I use the following query:
But this will return issues on which i have comments, but i've done them on another date.
Is it possible to get all issues which i've commented on a certain day?
I want to get all issues which on which i have commited on a certain day.
I use the following query:
commented: Today commenter: me
But this will return issues on which i have comments, but i've done them on another date.
Is it possible to get all issues which i've commented on a certain day?
Please sign in to leave a comment.
Dates are written in form: yyyy-mm-ddThh:mm - you can use any precision you like, i.e. 2012, 2012-12.
This has the same problem as my sample query.
It will return issues on which someone(not me) has commented on 2012-12-21, but which has as well a comment from me(my comment is then from another date).
But i'd like to get only issues on which i have commented on a certain day.
I see your point. Unfortunately, it's not supported. Here's the respective feature request: JT-18079.
Regards,
Alexander