Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

filter the users in system field approvel created by jira service desk

dari hanane
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!
December 29, 2019

how can we filter the users in the system approver field created by jira service desk know that in this field does not have a user filtering configuration like the user fields created by ourselves

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Alexander Bondarev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2019

Hi, @dari hanane !

Look through the documentation about approvals.

Supported functions:

  • approved()
  • approver()
  • myApproval()
  • myPending()
  • pending()
  • pendingBy()

For example, 

  • Find requests that require or required approval by John Smith:
    approval = approver(jsmith)

  • Find requests that require approval by John Smith:
    approval = pendingBy(jsmith)

  • Find requests that require approval by the current user:
    approval = myPending()

  • Find all requests that require approval:
    approval = pending()

dari hanane
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!
December 29, 2019

Hi @Alexander Bondarev ,

Thanks for your replay but my problem is when i Configured Jira Service Desk approvals, i added the field approvals created by jira service desk, know i want to restrict user in this custom field for exemple the reporter of issue can nor add him self as approval in custom fields approval, Is there possible?

Best regrets,
Hanane DARI

TAGS
AUG Leaders

Atlassian Community Events