Hi I want build a Filter, but I still failure .....
Filter's JQL:
project = JSD AND Approvals = approver("User name") ORDER BY Rank ASC
I want to change "User name" to "current login user name" .
I only build a one filter for everyone.
What JQL value can use?
Thanks!
Hi @Eric.LA_Chen ,
You can use 'currentuser()' to query the current logged in user using JQL.,for example:
reporter = currentuser()
But i don't konw what does you mean by Approvals here, Is this a custom field?
Thanks for reply,
But i don't konw what does you mean by Approvals here, Is this a custom field?
Yes, it is.
I have try to set like
"project = JSD AND Approvals = approver(currentuser()) ORDER BY Rank ASC"
but it fail :(
It has another way to achieve?
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.
DONE!
I use another function "Approvals = MyApproval()" and it search successful!
Thanks a lot!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Approvals is Used in Jira Service Desk only.
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.