Hello, I'm trying to find out how to add the assignee name to Summary for issues so that if the assignee changes, the name will be changed in the Summary.
As background, the Epic and all Tasks are imported via CSV file. We currently embed the Assignee Name in the Summary as part of the import. However, if the assignee changes, someone must manually update the Tasks. We need the Assignee in the Summary because it displays in the calendar we still use in Confluence. Having the Assignee in the Summary allows us to quickly look at the calendar in Confluence and see at a glance, what tasks are assigned to various resources.
Is there any way to do this?
Hi @Wally David
Welcome to the community.
You would need to create an automation rule.
{{issue.summary.substringBefore("-")}}
{{partofsummary}} - {{issue.assignee.displayName}}
Hi @Wally David Welcome to the community!
You can create an automation rule to achieve this.
Here’s how to create an automation rule:
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.