We have a scenario where we need the # of people in a selected people picker (multi) field:
1. We have automations that take certain requests and grab the people in them (in the request form there is a people picker to get names) and add that to another jira that aggregates all such names. We then use that to email the large group for various reasons.
We have tried field.size and field.size[0] and put that into a number field but it winds up empty.
We believe there has to be some way to know how many people are in a multi people picker field.
Yes, but with size[0] it puts empty value for this
Made it work with {{issue.customfield_1234}} and it works great.
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.