I would like to add a field to count team members
Hi @Tamar Ohayon-Harary -- Welcome to the Atlassian Community!
Updating my suggestion: please try using a Rollup on your user field to count the people selected:
https://support.atlassian.com/jira-product-discovery/docs/expression-based-formulas/
Kind regards,
Bill
Thank you Bill. I have tried that, unfortunately, I can't select the fields I need to count. Probably have something to do with the field type...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is interesting; what is the type of the field?
And, if the type is not supported with custom formulas in JPD, a workaround is using a number field and setting the value with an automation rule:
{{issue.customfield_12345.size|0}}
You will need to identify the custom field ID for your Team Members field, either using the { } at the right side of the edit field or with this how-to article.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill, It's a people field.
I will try your suggestion.
Thanks
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.