Hey All,
Iv been experimenting with Jira Automation lately and its pretty cool.
I am trying to send an email when a ticket is created and pull the relevant info from the custom fields in the ticket.
So far I have been able to get these smart values to work
{{issue.summary}}
{{issue.updated}}
{{issue.duedate}}
{{issue.reporter.displayName}}
{{issue.Priority.name}}
I have some custom fields which I am stuck with.
I have a date picker, user picker, radio button, check list, custom text, custom list.
Does anyone know the correct smart value to display the relevant info from these fields?
Is there any better documentation i can read up on or any help videos which show these.
I am not a programer so I dont have the real required skills for this job.
Thanks in advance
Hey,
this page helped me a lot:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.
For a custom field you can take {{issue.[name of the field]}}. For Inisght fields you can add the atrribute you want to have as output.
As an example issue.[Insight field].attribute
I suggest to use this syntax {{"customfield_10235"}}.
How to get a customfield number more in this article
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.