I want to get tickets- stories/subtasks,etc where work log is not added that is time tracking is missing. i want to filter such subtasks which dont have any time tracked in it
Try using JQL tricks plugin then use this:
issue not in workLoggedBetween(startDate,endDate,[user])
hope this helps;
Regards,
You can use the following JQL:
timespent is EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks but that gives me for all sprint. I want for current/ open sprint.
sprint in openSprint() is not working for this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The following is working for me:
timespent is EMPTY and Sprint in openSprints()
can you try?
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.