Hi Community,
In this tutorial we will show you how you can automatically set approvers from an insight object's custom field selection using Insight Management and Jira Automation.
Automation Rule:
Advanced Editing Snippet:
{
"update": {
"Approvers": [{
"add": {
"accountId": "{{issue.customfield_id.(Insight Attribute Name)}}"
}
}]
}
}
Regards,
Fabian
Fabian Lim
Consultant
N/A
Toronto
558 accepted answers
5 comments