Hello! Trying to utilize smart value for canned response, tried using the following smart value with no luck. Any suggestions?
{{Issue.Reporter.DisplayName}}
Hi @Jonah Gesk -- Welcome to the Atlassian Community!
Smart values are name, spacing, and case-sensitive. When an incorrect one is used that returns as a null value.
Please try using this instead for the Reporter's display name attribute:
{{issue.reporter.displayName}}
If that does not help, please post the following to provide more context:
Kind regards,
Bill
Hey @Bill Sheboy !
Thanks for the reply, for this question i'm referring to canned responses not automations. In particular there is a canned response section is when you comment on a ticket in a jira service project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for clarifying, Jonah.
I have not used that feature with JSM; according to an example in the documentation, please try this smart value:
{{issueReporter}}
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.