I wanted to see filter based on daily done Tickets can any one suggest me JQL for the same
Hi @Gajendra Pandey , you indicate daily done. Do you mean to say all issues moved to a completed status? Assuming so I would recommend the following. create a filter as shown below and set up a subscription to email you and or others every evening at 11:59pm for the previous days completed tasks.
project = abc and resolution was EMPTY before startofday() and resolution is not empty
Please note that the above JQL assumes that you are setting the resolution, which frankly should always be the case. However, if you are not doing this for some reason, then let me know and we can do it by status or status category.
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.