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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.