You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.