Hi guys,
In my JIRA automation, I am trying to use a JIRA property {{issue.field}}.
I've confirmed {{issue.summary}} works well, but now I need to take a custom field "model".
I tried {{issue.model}}, {{issue.CustomField.model}}, {{issue.parent.model}}, etc., but everything didn't work.
How can I bring the custom field "model" by using a smart value property?
FYI: when exporting the field, it is Custom field (Model).
Hi @Caleb Park
I suggest using this article to help determine the smart value and custom field id for your field in rules:
https://confluence.atlassian.com/automation/find-the-smart-value-for-a-field-993924665.html
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've seen something similar happen if you have multiple custom fields with the same name. Can you confirm you only have a single "Model" field?
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.
If you have multiple "Model" fields, you'll need to reference it using the format customfield_xxxxx.
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.