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
563 accepted answers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
5 comments