I have a mandatory "Dependent dropdown" when an issue is created.
I want to add the contents of that drop down to the Summary:
"Summary" + Dependent dropdown field 1" "Dependent dropdown child"
Thank you.
D
yes! You can use an automation that modify the summary with the values that you have informed previously.
A Quick sample:
Sample of Smartvalues For Cascading Fields:
"value": "{{issue.fields.customfield_campo1.value}}",
"child": "{{issue.fields.customfield_campo1.child.value}}"
Somehow, the Audit Log says that the edit was sucessful with:
{{issue.summary}}{{issue.customfield_10051}}{{issue.customfield_10054}}
but it only shows the issue summary and none of the customfileds.
Whonder why?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to put the Ids of your Custom fields.. not mines ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it, thanks. It worked. One interesting thing is that for child, I had to place child.value to work and for the parent, only .value.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good! yes , for this reason I have added the "Sample of Smartvalues For Cascading Fields" in the first request ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Juan Carlos Vera for my case i have to add two dependent drop downs( below image) & populate campa nameu( Automated Campaign Name) but see what I got ( above image) the dropdown have multiple selections.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My campa Nameu should display - ntorq_option1
While the automation i wrote was -
{{issue.customfield_12689}}_{{issue.customfield_12690}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @David Martinez Moreno Can you publish your full automation formula here for me to copy for child.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, in the end I ended not using Child issues. It complicated things, so I only used regular text fields.
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.