Hi there,
I have this in the 'Tags' section for the incoming create rule from JSM
cmp_{{customfield_10204}}:{{customfield_10203}}
The tags populate but with cmp_null:null
Is there a way to drag over customfield values from JSM that are on the issue form when it is created?
Thanks
Community moderators have prevented the ability to post new answers.
For anyone looking at this, here is the answer;
cmp_{{customFields.customfield_10204.value.value}}:{{customFields.customfield_10203.value.value}}
BUT I wanted to do the same for Responder and of course it won't accept a customfield string like the Tags field did!
@Ste404 we set responder from a custom field, but the only way we've found that works is a whole long set of global alert policies, one for each variation of the custom field. We manage it with external scripts hitting the API, so the maint is not a problem, but it's ugly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that, yeh I was surprised I couldn't use any sort of reference to a customfield directly in the responder 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.