I have a Custom Field Text Field (multi-line) (lets call it A) which contains text and some smart value.
Then I have another Custom Field Text Field (multi-line) (lets call it B) which contains the value of Field A, but I want the Smart Values to be translated to the actual value.
Is this possible?
I attach image, here:
test_template is A
test_email_to_send is B (has an automation that whenever A changes it changes, it is defined as {{issue.test_template}}). This works.
But
I want the value in B to change the {{issue.Customer}} to the actual value of Customer.
I believe you can use Automation for Jira and establish a rule using smart valule to conduct what you want to do. Here are the documentations links for Automation for Jira -
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
https://support.atlassian.com/cloud-automation/docs/what-are-smart-values/
https://support.atlassian.com/cloud-automation/docs/smart-values-in-jira-automation/
The rule essentially gets triggered off (i.e. Issue Created event), then execute an edit issue action where you can update your field value.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
No, that is actually my question.
I AM using Automation already; see
(has an automation that whenever A changes it changes, it is defined as {{issue.test_template}})
I am already using smart values, see above.
My question regards a field that contains text which has smart value, and it does not translate to the actual value when passed to another text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you provide your automation rule setup (especially the Action configuration)? So, we can review your setup to see what is not working?
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure, here it is.
Whenever test_template changes (A) the value is set to test_email_to_send (B)
But the smart Values are not translated.
Im looking for a way to translate these
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try to add this action - "Log action" before your Edit Issue fields action. This is useful to debug your rule and smart value's value. By doing so, you see if the value is properly captured for prior to your field B update.
Here is the link on how to debug an automation rule -
https://support.atlassian.com/cloud-automation/docs/debug-an-automation-rule/
Your rule seems to be valid and correct.
Let me of your findings.
Best, Joseph
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.