Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get all tickets from a set of users between two dates

Tony November 18, 2019

Hi All,

Im trying to get a list of tickets from a set of users that were assigned between two dates, but I cant seem to get it to work, i end up with results outside of my date range.

Here is my current JQL

project = test AND assignee WAS IN (user1, user2, user3) AFTER 2019-11-04 AND assignee WAS IN (user1, user2, user3) BEFORE 2019-11-11

I have also tried the during syntax, but it still pulls back tickets outside of my two dates.

assignee WAS currentuser() DURING ("2019/11/04","2019/11/11")

Thanks!

1 answer

0 votes
Yasser_Abdallah November 19, 2019

@Tony
Did you checked this filter?

project = test AND assignee was in (user1,user2) DURING ("2019-10-10","2019-11-11")
Yasser_Abdallah November 19, 2019

if it's not working check this one

project = test AND assignee changed DURING ("2019-05-10","2019-11-11") TO (user1,user2)
Like Farida likes this

Suggest an answer

Log in or Sign up to answer