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

Approvals notification automation

shivani shirguppi April 29, 2024

I have created an automation to send the email notifications with list of pending approvals.

I want to send this to L2 Approver(User will be defined by customer). How to write the JQL so that only particular user's approval list should go to that particular user. Other's should not go.

Screenshot 2024-04-29 130340.pngScreenshot 2024-04-29 130326.pngScreenshot 2024-04-29 130311.png

1 answer

1 accepted

3 votes
Answer accepted
Sudarsana G
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.
April 29, 2024

Try this

 project = "Your Project" AND status = "Pending Approval" AND L2_Approver = "{{issue.L2_Approver}}"

Replace "Your Project" with the name of your project, "Pending Approval" with the status where approvals are pending, and "L2_Approver" with the name of your custom field that stores the L2 approver.

shivani shirguppi April 29, 2024

@Sudarsana G 

Please let me know if anything is wrong in the JQL that I am using 

project = Marketing AND status = "L2 Approval Pending" AND "L2 Approver[User Picker (single user)]" = "{{issue.L2 Approver}}"

This is not working and notifications are not going out

shivani shirguppi April 29, 2024

@Sudarsana G please help

Sudarsana G
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.
April 29, 2024

Can you check audit log and give if there are any errors, also try this project = Marketing AND status = "L2 Approval Pending" AND "L2 Approver[User Picker (single user)]" = "<insert username or user key here>"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events