When cloning an issue, there are fields that are cloned, although I'd like them to be empty, for example the 'size' field.
When cloned, I need to 'Size' Field to be empty.
I used the Automation tool but it can't seem to work. Any idea what is wrong?
Trigger: When Issue linked (types: Cloners)
Then: Edit issue fields (Size, advanced:
{
"fields": {
"Size": ""
}
}
I also tried:
Trigger: When Issue linked (types: Cloners)
Then: Edit issue fields (Size, "")
Nothing works :(
Hi Yael,
Is there a reason you are doing that with the advanced function and not just clearing the field itself with the Choose fields to set function?
I did try to just leave the field empty but it doesn't clear the field :(
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.