Hi,
I am trying to create an automation rule for Jira Software Cloud project where we copy a value from Single select custom field to Assets field when we create a new issue.
Please see the screenshot for automation rule
but basically I add trigger: Create issue, Then: Edit Issues, I choose the Assets field to edit (Control) and then add this line to set the field: objecttype= Name AND Name Like {{issue.fields.customfield_10362}}
This automation rule gives me an error when I try to create an issue.
The Assets objecttype I chose Name, is this correct?
Custom field and Assets fields both exist on create and view/edit screens. Also custom field ID is correct.
Hi there,
I think the problem is indeed in the objectType = Name part. Can you show the config of the Control field (the asset field)? What typeof objecs is this field pointing to? That is what should be instead of Name:
objectType = XXX and Name Like "YYY"
Where XXX is the objecttype of the Assets the Control field is showing for that field context.
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.