Hello Community,
I'm familiar with the "updatedBy" function and use it, for example, for tasks I've worked on in the past week.
issuekey in updatedBy(MyName, "-7d") ORDER BY updated DESC
Can I modify this query to search for currentuser()? This would allow me to share the filter via a dashboard with other colleagues.
Regards, Sven
Hi @Sven Schmitting ,
In Jira you can only find the user details by giving the Name of the user in the Updatedby function otherwise by using CurrentUser we can't filter the tickets in Jira for Updatedby function.
It is not possible to use the CurrentUser() in JQL with UpdatedBy function.
Regards,
Asmath
greetings @Asmath Basha S ,
may it be possible to use the updatedby function to look for the changes by any user? Is there a wildcard that can be used instead of the user key?
regards
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.