I'm using automation along with an issue collector that when filled out will send an email when the issue is created. I'm able to get automation to email other fields (name, email, summary) but it won't send the selection made in the dropdown list on the collector.
The name of the field is location. In the email setup I tried
# of locations = {{issue.location[Dropdown]}}
# of locations = {{issue.location}}
# of locations = {{issue.location[Dropdown].name}}
# of locations = {{issue.location[Dropdown].number}}
None of them put the selected # in the email. What is the correct syntax to send the # the user selects for that field?
Hi @Dennis_H
First my disclaimer: I have not used issue collectors in a long time. With that out of the way...
Just to confirm, you mapped the collector to your multiple select, custom field, correct?
If so, and that field is named location, you could try this: {{issue.location.size|0}}
The field is essentially a list of selected values and so the size function should work.
Kind regards,
Bill
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.