Hi,
I have written a rule which works except it doesn't give me the Tempo Account value as text.
I am trying to add it to the Description field and I have tried all of the values suggested in the Jira smart values - issues | Cloud automation Cloud | Atlassian Support documentation:
{{issue.TempoAccountField}}
Accesses a Tempo Account field's properties.
Available properties
{{issue.TempoAccountField}} - Returns the name of the account
{{issue.TempoAccountField.id}} - Returns the ID of the account
{{issue.TempoAccountField.name}} - Returns the name of the account
{{issue.TempoAccountField.value}} - Returns the name of the account
{
"fields": {
"description": "{{issue.key}}\nAccount: {{issue.TempoAccountField.name}}"
}
}
I can get any to work. I have even tried the customfield_xxxxx value.
Any ideas please?