On JIRA DC I'm not sure it's possible and limited to:
You can access an insight field's full name, key, or summary through the following smart values
{{issue.InsightField}} // returns Some Client Name (ABC-123) {{issue.InsightField.key}} // returns ABC-123 {{issue.InsightField.summary}} // returns Some Client Name
I do not have JIRA instance to test on.
Jira smart values - issues | Automation for Jira Cloud and Data Center | Atlassian Documentation
Regards
Thank you for your response. So when I set up my auto notification my template will look like this. I'm using the assets in JSM.
================= TEMPLATE ====================
Hello {{asset.Name}} (this will return the name of the asset object when my rule triggers, correct?
You are receiving this notification due to your certification {{asset.CertName}} is set to expire on {{asset.CertExpDate}}
Please provide us with your updated certificate.
Thank you
Help Desk Team
================= TEMPLATE ====================
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would do some test but I do not think so. I think it's
issue.NameOfAssetField.summary that would be the name of asset selected.
Regards
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.