Hi community,
I try to send an automatic email that will inform stakeholders about each status approval. So I tried to get access to the custom field value that represents the status of the change in automation with following options, but none of them worked out.{{issue.fields.customfield_10100}}
${issue.fields.customfield_10100}
{{issue.customfield_10100}}
${issue.customfield_10100}
{{issue.customfield_10100}}{{finalDecision}}, {{/}}
{{issue.fields.customfield_10100.finalDecision}}
${issue.fields.customfield_10100.finalDecision}}
In the json representation it looks like this:
"fields":{
...
#other fieleds were droped out#
...
"customfield_10100":[
{
"id":"405",
"name":"Approval from shopfloor",
"finalDecision":"approved",
"canAnswerApproval":false,
"approvers":[
{
"approver":{
Hi Daniil,
Thanks for reaching out.
You should be able to access that value using:
{{issue.customfield_10100.finalDecision}}
As per the docs here:
https://support.atlassian.com/jira-software-cloud/docs/use-smart-values-to-access-listed-values/
If you still having issues with that I recommend you get in touch with Atlassian support:
https://support.atlassian.com/jira-service-desk-cloud/
Thanks,
Scott.
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.