Hi folks,
For user intake request forms,
Unfortunately this field Labels doesn't stays on the "Jira Service Desk Agent View". Service Desk agent has to go back to "Customer request view" to understand what was ask
So far with help of automation and Jira smart values - issues | Cloud automation Cloud | Atlassian Support , I was able capture the all fields value using JIRA smart values {{issue.fields.customfield_####}} and populate that directly in the description field as you can see in the Screenshot .
QUESTION --> what's the JIRA Smart value for retrieving the "label' or "Display name" for those Customer field ?
Ideally I want description to look exactly like "Customer request view" having automation pull custom field labels and it's value next to it.
So Far I have used all this combination but No Luck
{{issue.Customer Request Type.customfield_####.name}}
{{issue.Customer Request Type.requestype.customfield_####.name}}
{{issue.Customer Request Type.customfield_####}}
{{issue.Customer Request Type.requestype.customfield_####}}
{{issue.Customer Request Type.customfield_####.label}}
{{issue.Customer Request Type.requestype.customfield_####.label}}
{{issue.fields.customfield_####.label}}
{{issue.fields.customfield_####.display name}}
{{issue.fields.customfield_####.id}}
{{issue.fields.customfield_####.description}}
{{issue.fields.customfield_####.name}}
{{issue.customfield_####.label}}
{{issue.customfield_####.name}}
{{issue.customfield_####.id}}
{{issue.customfield_####.description}}
{{issue.customfield_####.name}}
"Customer request view"
Jira Service Desk Agent View
@RP -
It seems it not possible to obtain the field name via the {{issue.[Custom Field].name}} syntax for your usage on populating the Description field at this time. You will have to hard code the field name in your automation rule setup. Getting the field value is not an issue.
{{issue.customfield_xxxx.id}} - it works
{{issue.customfield_xxxx.name}} - it doesn't work Even thought it is documented in Atlassian's documentation.
I would recommend you to submit a formal ask to Atlassian Support (https://support.atlassian.com) to obtain further assistance.
Please keep us inform of your findings.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
@Joseph Chung Yin thanks for the input. That's bummer. For now, I end up hardcoding it in the automation for now.
Thanks
Rashmin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joseph Chung Yin / @RP Is the Smart Value attainable for {{issue.[Custom Field].name}}? I've dropdown customfield and would like the values to displayname for the selected option via the automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, the Custom Field is like a dropdown menu, I would like the selected values to display.
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.