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?
Hi @Lauren Cooper
You might want to check the smart value {{issue.Account.value}} to get the name of the Account that is set on the issue.
Best regards,
Susanne Götz
Tempo Team
Success! Thank you so much! 👍
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.