Missed Team ’24? Catch up on announcements here.

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

Automation and Approval Groups

Mark Higgins
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 19, 2023

I need to send reminders to people if they have not approved a change request.

The Change request, can have multiple Approval groups, and then in each group is a list of approvers.

Firstly, how do I get hold of the Approval Groups field? I assume it is its customfield number, but once I have the field. how does one go through the list and then check if anyone from that 'group' has approved the change?

thaks

1 answer

1 accepted

1 vote
Answer accepted
Stephen Wright _Elabor8_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 19, 2023

Hi @Mark Higgins 

You should be able to do this with some of Automation's native features.

The rule below...

  • Has a scheduled trigger, to check for tickets which are pending approval
  • Sends the pending approvers an email to reminder them

---

  • Trigger: Scheduled
    • Run Rule Every = As required
    • Run a JQL Search = TRUE (checkbox)
    • JQL - Approvals = pending() and created < startOfDay(-3)
  • Action: Send EMail
    • To = Pending Approvers
    • Subject / Content = As required

---

You can add conditions, additional JQL requirements (eg. Issue Type), etc - depending on your scenario. But this should be the basics you need for a successful rule.

Let us know what you think!

Ste

Mark Higgins
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 21, 2023

Thanks @Stephen Wright _Elabor8_ much appreciated. I did think, that I was over thinking it :-) 

Suggest an answer

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

Atlassian Community Events