You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
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.