Tengo un campo personalizado tipo numérico, necesito que cada vez que llegue al estado devuelto, sume un 1, es decir funcione como un contador. esto llevo, pero no me funciona, estoy inventando y nada me funciona
To increment a custom, number field you may enter this as the smart value when you select the field from the dropdown list:
{{issue.your field smart value.plus(1)}}
The key is ensuring you use the correct smart value for your field.
Smart values are name, spacing, and case-sensitive. And often the smart value does not match the displayed field name on the issue views. The steps to identify the correct smart value (and custom field id) for any field are:
https://<yourinstanceurl>/rest/api/2/issue/<issuekey>?expand=names
I also note your rule is using the advanced edit with JSON under "More Options", but the syntax is not JSON.
What are you trying to update with that information?
Kind regards,
Bill
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.