/
Calculate the due date based on custom field values
Calculate the due date based on custom field values
Call the following script from a workflow transition post function. The script sets the due date based on the value of custom field 10703.
if(isNotNull(customfield_10703)) {
interval i = (string)customfield_10703 + "d";
dueDate = currentDate() + i;
};
, multiple selections available,
Related content
Calculate the due date based on custom field values
Calculate the due date based on custom field values
More like this
Display the Projected Due Date
Display the Projected Due Date
More like this
Date Expression Compare precondition
Date Expression Compare precondition
More like this
Get the time spent by an issue in certain statuses
Get the time spent by an issue in certain statuses
Read with this
Adjust an estimate according to assignee
Adjust an estimate according to assignee
Read with this
Transition past due issues
Transition past due issues
More like this