/
Set approver in Jira Service Desk
Set approver in Jira Service Desk
Call this script from a workflow transition post-function to set the approver based on the value of a custom field.
A SIL alias is the best practice for accessing custom field data. In the script below, the SIL alias is represented by the keyword “fruit.” For more information, refer to the custom fields aliases documentation.
if(fruit == "Apple") {
customfield_10700 = "jmuse";
}
else if(fruit == "Orange") {
customfield_10700 = "efoulkes";
}
else if(fruit == "Peach") {
customfield_10700 = "jwang";
}
, multiple selections available,
Related content
Set approver in Jira Service Desk
Set approver in Jira Service Desk
More like this
Set approver in Jira Service Desk
Set approver in Jira Service Desk
More like this
Jira Service Management Supported Fields
Jira Service Management Supported Fields
Read with this
Add group to requested participants in Jira Service Desk
Add group to requested participants in Jira Service Desk
More like this
Add a group as participants in Jira Service Desk
Add a group as participants in Jira Service Desk
More like this
Add a group as participants in Jira Service Desk
Add a group as participants in Jira Service Desk
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.