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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.