I want to see "Today's updated issues" of my specific project on daily basis.
Hi, @Syed Nauman Ali and welcome to our Community!
Try this one:
project = <projectname> AND updated > startOfDay()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created this filter successfully with below query.
project = "projectname" AND updated > startOfDay()
Thank you so much for your reply!!
Regards!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome!
Have a nice day!
Don't hesitate to come here for answers should you encounter any difficulties :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sir, I am facing again this issue with this query in the result set.
You can see it in snapshot:
https://www.dropbox.com/s/smrtg5jdchv6717/Screenshot%202018-10-22%2011.23.47.png?dl=0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
And what's wrong with the result set?
All the issues in the list are updated 22/10/2018.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh! Yaar, Sorry its my mistake sir, I was feeling that it is showing the result of "All Search" instead of only updated by me. Okay, it is showing today's updated issues which have updated by any updater.
Now you can tell me please that, how can see the same result with updater name in column?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again!
We will have only limited functionality here:
... AND status changed by <username>
... AND resolution changed by <username>
The list of available options:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right! I think , There should be two things:
(project = "projectname" AND updated > startOfDay() AND updated by "username")
Also, a column "Updated by" should show in result set table and column list.
Thank you for the entertaining me and support.
Regards!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may also want to mark my answer as "Accepted Answer" so that people with the same or similar question would find it easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.