So, I'm looking into updating the Team field based on the current Assignee in a dynamic and sustainable way (so if/else statements on a per assignee base is NOT an option ;) ).
Currently, I've had a look at the smart values and the REST API, but to no avail.
Some of the smart values I've already tried (I've already checked with Rovo, but that did not go as planned):
{{issue.assignee.teams.first.name}}
{{issue.assignee.teams.first.id}}
{{assignee.teams.first.name}}
{{assignee.teams.first.id}}Does anyone have experience with this? What am I missing?
Is there any REST resource that allows me to fetch the teams of a corresponding user and where is it documented if so? I'm not ruling out I overlooked it in the REST docs at https://developer.atlassian.com/cloud/jira/platform/rest/v3 or https://developer.atlassian.com/platform/teams/rest/v1/api-group-teams-public-api/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.