I created a rule to automate a summary update.
Issue is we have a custom numeric field and when populated in the summary we see a decimal 0.
{{issue.summary}} - {{issue.client}} - {{issue.clientID^[0-9]*$}}
What is the type of your clientID field? If it is a number you could try using the floor function:
{{issue.clientID.floor}}
Kind regards,
Bill
It's a numeric field so I will give the above a shot. Thank you!
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.
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.