Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am working with a field that contains the summary of multiple linked issue using the {{destinationissue.summary}}, which returns the summary of the linked issue.
I have linked issue types of "Assigned" and "Unassigned".
The assigned link type populates a sing line text field using the
{{destinationissue.summary}}
It also adds to the field if more than one issue with assigned is used, by using this code.
{{destinationIssue.summary}} {{issue.fields.Computer Name}}
The issue is when I link a computer with the link type "Unassigned" I need to remove the summary from the single line text. I was trying to use the string manipulation functions, but I do not know if you can use smartvalues as the parameter for the function. Like this
From their help pages:
{{issue.summary.remove("l")}} returns Heo Word!
I was trying this hoping to grab the summary of the issue I just linked and remove it from the custom field of "Computer Name":
{{issue.fields.Computer Name.remove({{destinationIssue.summary}})}}
I am guessing I cannot add smart values to the parameters passed to the function. Is that right?
Hi Russell,
Yes that's correct. You can't currently use smart-values as parameters like this.
We don't really support this use-case currently.
Cheers,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.