Setting the Atlassian Team field
The team field is a custom field that allows work to be associated with a specific team on your site.
Currently, API support for this field is limited (searching for teams is still in beta status). In order for the app to set the Team field, it needs to know the ID of the team to set.
Finding the ID of a team
Go to the team’s profile page
Copy the last segment in the URL that comes after
/team/
. This will be in the form of a UUID (alphanumeric), for example:c1177d1a-2940-444d-ad29-94648b4e1c65
Setting the value of the Team custom field
Once you have the ID of the team you want to set, you then just need to instruct JEMH Cloud to set it.
If you want the Team field to be set when a certain Profile Project Mapping or Rule matches, use a Custom Field Default.
On the other hand, if you want to set the Team field only for specific emails, consider using a field processor to find and extract the ID from the email.