I've set an entity property to a user with {{employe.accountId}}
and now I'm trying to read this key using all these possibilities:
{{issue.employee.properties.key}}
{{employee.key}}
{{employee.accountId.properties.key}}
{{employee.accountId.key}}
Someone can help me?
The employee is a pick field (don't know if it is a default field)
Hi @Caio.Queiroz -- Welcome to the Atlassian Community!
I recall when I last tried this...the property information needed to be in quotation marks, so perhaps try this:
{{issue.employee.properties."key"}}
Where "key" is the name you provided for the property.
Kind regards,
Bill
Online 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.