Hello everyone,
I’m working on building a complex automation in Jira, and I’d appreciate your guidance.
Here’s what I’m aiming to achieve:
customfield_10001
, representing the Team) with the correct value.Any ideas on how to so ?
Thanks everyone !
Hi @Eran Roiter
the implementation would require several API calls:
First, all teams would have to be looked up: https://developer.atlassian.com/platform/teams/rest/v1/api-group-teams-public-api/#api-public-teams-v1-org-orgid-teams-get
and then you would have to iterate through each team to check the membership of the assignee: https://developer.atlassian.com/platform/teams/rest/v1/api-group-teams-members-public-api/#api-public-teams-v1-org-orgid-teams-teamid-members-post
Automations are unfortunately not really good when it comes to dealing with pagination (I don't know if this is necessary for you).
Do you use Jira Service Management together with Assets?
How many teams and users exist on your platform?
Can you make sure that each user is only a member of one team?
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.