You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have tried this but an getting an error while parsing additional fields not valid json
def EstimateDeliveryDateField = getFieldByName("Estimate Delivery Date") // Grab the Estimate Delivery Date
def ICAEndDate = getFieldByIName("ICA End Date") //Grab the ICA End Date
double dDays = 7 // Defined number of days
if (ICAEndDateField.value != null) {ICAEndDate.setFormValue(new ate().plus(dDays.toInteger()).format("dd/MMM/yy hh:mm a"))
}
We have figured it out so now it works. Here is what we did. We changed the brackets to quotations; {{"Estimate Delivery Date".plusbusinessdays(10)}} Once we did that, it worked like a charm!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.