Hi there,
I have a smart value which represents a number of months.
I am trying to increase a field by the smart value.
I have tried
{{issue.Event date.plusMonths(FrequencyMonths)}}
{{issue.Event date.plusMonths({{FrequencyMonths}})}}
Neither work.
Is there a way to do this with a smart value?
Try something like this: {{now.plusDays(60)}}
works with a number, I need it to pick up a field from an issue.
Tried the smart value or the issue field.. nothing works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ah sorted it.. needed .asNumber
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.