Hi,
I'm trying to use Automation for Jira to copy the selected option from cascading field into free text field. I have tried to use smart values like {{issue.MyCustomField.value}} or {{issue.MyCustomField.child.value}} but with no luck. I have tried both native functionality in Automation for Jira and using JSON, neither has worked.
According to documentation it should be possible to use ".value" with cascading field. Is there something wrong with how I specified my smart value?
BR,
Rafał
Hi There Rafal, how are you doing?
Came across your question looking for something similar, and, hope I can help you.
I just was able to get the values this way:
Parent: {{issue.My Custom Field.value}}
Child: {{issue.My Custom Field.child.value}}
Best Regards
Thanks for posting. I was looking for the same thing, and managed to setup with the info above. @Hemanth Kumar this is my setup:
"Segments and Workflows" is my field with two cascading levels. Then I have a "Segments and Workflows (plain text) custom field to receive the values upon each update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much Vando Goncalves I was searching very very long for that piece of information :)
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.