Whenever issue is created for my team, I want it to be notified in team's channel. So I'm trying to read Team's field in the issue created.
will {{issue.team}} return team's display name?? looking forward for help. Thanks in advance!
Hi,
{{issue.team.title}} will give you the Display Name.
If you use "Log Action" and just print out "{{issue.team}} it will give you all attributes of the team field in the Audit Log, in case you need any more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.