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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.