Can I automate: issue created then the content of its dropdown to be added to the summary?

David Martinez Moreno March 28, 2023

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

1 answer

1 accepted

0 votes
Answer accepted
Juan Carlos Vera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2023

Hi @David Martinez Moreno ,

yes! You can use an automation that modify the summary with the values that you have informed previously.

 

A Quick sample:

summary_automation.JPG

Sample of Smartvalues For Cascading Fields:

"value": "{{issue.fields.customfield_campo1.value}}",

 "child": "{{issue.fields.customfield_campo1.child.value}}"

David Martinez Moreno March 28, 2023

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?

Juan Carlos Vera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2023

You have to put the Ids of your Custom fields.. not mines ;)

David Martinez Moreno March 28, 2023

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!

Like Juan Carlos Vera likes this
Juan Carlos Vera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2023

Good! yes , for this reason I have added the "Sample of Smartvalues For Cascading Fields" in the first request ;)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events