I would like to increment the value of a custom field every time a certain status is transitioned. Can the Automation tool do this? Is there an example? thanks!
https://marketplace.atlassian.com/plugins/com.codebarrel.addons.automation.lite/cloud/overview
Hi Shawn,
You can do this by:
{ "fields": { "customfield_10506": "{{#increment}}{{issue.fields.customfield_10506}}{{/increment}}" } }
This will increment the count of the field. Note. this will only work for text customfields and not number custom fields. (I'm still trying to figure out how to do that.
Cheers,
Nick
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.