Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi Community,
I am looking for a way to fetch the event when a user is giving his/hers approval in Jira Service Management. I don't mean the transition which could be triggered from the approval, I mean the approval itself.
To be more precise: A field with multiple Approvers (more than 5), I want to fetch the event, when 1 out of the 5 is giving his/hers approval.
Scriptrunner is in place, but I couldn't find any event in the Listeners section which helped me.
Thanks in advance!
I've also revisited this requirement from my backlog today. I've tried the system webhook, Project Automation and Legacy Automation, and I haven't anything that will trigger when an approval is added.
There is obviously some automation in play here, as automatic responses are added in the customer portal.
Hi, anyone have any answers to this one? Our approvers field may contain several approvers and I`d like to send email to Team each time one of them approves. The general automation in wf is to consider approved after all approvals but sometimes the field contains more usernames than needed for the actual approval
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
could you elaborate more on the fact that sometimes not all of them have to approve? In general in the workflow you can decide if a special number of the named persons should approve, one of them or all of them.
Additionally you could cut it in different "approver groups" and advise the workflow to wait for one or all approvals per group.
Maybe this could be a smoother solution than let the team manually check after each approval.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes we basically do have a complex approver groups coming from another system and need 1 approver per group to approve, those groups are not defined in our Jira. Sometimes there is only 1 approver per issue and sometimes 9 from various groups and need 1 approval per group. So thats why I was looking for a solution to notify (via send email automation or subscription or whatever) at least the team handling the Issue to manually check the issue after each approval because it seems impossible to automate and to let Jira transition the issue correctly from "waiting for approval" to let`s say "To Do" status.
So I´m looking for the same thing as asked in the original post ("I am looking for a way to fetch the event when a user is giving his/hers approval in Jira Service Management.")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see. Sorry that I can't point to the holy grail here.
Maybe it is an option to add some optional approval statuses to the Workflow that can be used if you need more than one approval round. Still manual, but needs less communication besides the expected one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm still gnawing on this bone, too.
As the feature request regarding the automatic reminder seems to be taking some more time, I treid to put an automation in place. I surely could contact the approvers in some way, but it would contact those who already approved, too.
So now I try find a rule that will remove those who approved from the field approvers.
I will tell you how it went. Testing starts soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The automation I made is still in place and reminds only the open approvals of the issue
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.
nice one, will have to keep that "pending approvers" as email recipient possibility in mind for the future :) doesn`t help me in this particular case though :(
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.