Team and users as blueprints
in progress
R
Rory Logue
What is left on this feature for it to be considered complete? It is frustrating having both owning teams and the teams blueprint right now.
Gur Shafriri
in progress
Amir Gal Or
Hi, we've sort of implemented this ourselves to some extent.
we have users on multiple 3rd party services (Sentry, Github and a few more).
we've created a "User" entity (also Team) and a BE process that ingest data from aforementioned services into Port. the User entity is a flattening of the data - the user id in each system correlated to his email and User in Port.
Github does present a small problem as the service does not promise the existence of an email in the response - that can be mitigated by asking all developers/users to add their email to the Github user in a public manner and querying Github with the query attached below to the "graphql" endpoint
David - Port team
open
C
Chase Steenbock
This would be great. Bitbucket doesn't provide users' email addresses via its API, so allowing us to add their UUID or Atlassian account ID would be great