When i am creating a ticket in the jira cloud, in the issue fields section i have added a field named Team approvers and it is a multi select options and in that field when i select any options it should be added in the approvers group after creating the ticket. can anyone solve this issue with necessary script code or any automation rules to get the following result.
Hello @Ananthakumaran
Here is the approach i followed to achieve this requirement, as per the provided details i understand the fields "Team approver" and "Approver Groups" are multi group picker fields.
instead of issue created, use issue value changed trigger.
I created 2 custom fields
Team Approver (source) ID 10144
Approver group (destination) ID 10119
Configured as below
This should work.
Hi, @K Vivek Rao ,
This solution doesn't meet my expectations. when i'm updating the issue, the values in the team approver fields is showing none. Please find the screenshot for reference.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is an extra space and gap in your code, could you please check those once and try. compare the code format as per my screen shot and maintain similar pattern
also i hope you are selecting the group names while creating 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @K Vivek Rao i have the same issue now and in team approver i have certain approver(20 approvers) and in the the Approver Groups i have the corresponding Approver groups of 20 team approvers. for example if i have selected security in team approver, it should add Security Approver group to the list and so on. if i select multi team approver the corresponding approver groups should get appended to the list. This is my requirement. can you do something on this or help me with this
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.