I would like to link several fields to the summary so that they appear one after the other in the Summary field. Is that Possible?
Hi Christian - Welcome to the Atlassian Community!
Yes, you can do that with an automation rule. Create a rule based on an Issue Created trigger.
Add any conditions needed to specify only the issues that this update should happen to.
Then add an action for Edit Issue. In the Summary field box put in smart values like:
{{issue.summary}} - {{issue.Field One}} - {{issue.Field Two}}
This will update the issue to use the original summary of the issue then add on the values of a couple of other fields. Just change out Field One and Field Two with the exact field names (including case) of the fields you want to add.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.