How can I filter the issues that assignee changed after 15min and by someone?

Toan Nguyen Dinh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 5, 2023
project = "project name" AND assignee changed AFTER (-15m) AND assingee changed by "member_ID"

I used the above jql but the result is not my want.

(The issue is changed by other( not "member_ID)  15m ago and  is changed by "member_ID" 1 day ago) They are counted in the results.

Does anyone have a solution? 

1 answer

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 5, 2023

Hello @Toan Nguyen Dinh 

Welcome to the Atlassian community!

You need to combine the two criteria into a single statement as shown in the last example in the documentation.

assingee changed by "member_ID" after (-15m)
Toan Nguyen Dinh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 6, 2023

Thank you so much.

Like Trudy Claspill likes this
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 6, 2023

If your problem has been solved by my answer please consider marking it as Accepted to help other users find posts with validated solutions.

Like Toan Nguyen Dinh likes this

Suggest an answer

Log in or Sign up to answer