Forums

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

Ability to filter issues not updated by reporter after a certain period of time

Mohamed-Amine MOUSSAOUI December 6, 2021

Hello community, 

I want to filter issues not updated by the issue reporter after 5 days; is there any JQL to filter this ? 

I have this JQL but it doesnt work : 

  • project = "projectName"   AND issuekey  not in updatedBy(reporter, "-5d")

Could you please help ? 

Best regards

1 answer

1 accepted

3 votes
Answer accepted
Alex Koxaras -Relational-
Community Champion
December 6, 2021

HI @Mohamed-Amine MOUSSAOUI and welcome to the community,

The updatedBy() function can be used with a specific user and not a role like "reporter. Please read more here.

Mohamed-Amine MOUSSAOUI December 6, 2021

Thank you for your reply ! 

So do you confirm i can not use natively a $issue.reporter.userName variable inside a JQL function or there is no way to do it natively  ? Thanks in advance ! 

Best regards

Alex Koxaras -Relational-
Community Champion
December 6, 2021

You can't use the reporter inside this specific function for sure. This is what the documentation states. And with the out of the box Jira functionalities, I don't think that you can achieve that. Perhaps scriptrunner could be of use in this case.

Mohamed-Amine MOUSSAOUI December 6, 2021

Thank you ! 

Suggest an answer

Log in or Sign up to answer