-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates Team and Members Blueprint examples for ADO. #1983
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
- Added `team` relation to the `azureDevopsMember` blueprint to link members to teams. - Removed `members` relation from `azureDevopsTeam` blueprint to simplify structure. - Updated `azureDevopsTeamsPortAppConfig`: - Improved user mapping with new entity definition (`azureDevopsUser`). - Changed member identifiers to include team ID for uniqueness. - Introduced `team-with-members` entity for better member relations. - Updated `examples.md` to reflect changes: - Added `azureDevopsUser` and `azureDevopsTeamWithMembers` blueprints. - Adjusted section title to include users.
- Added `members` relation to `azureDevopsTeam` blueprint. - Removed redundant `azureDevopsTeamWithMembers` blueprint. - Updated `azureDevopsMember` mappings to use `.user.mailAddress` and `.user.url`. - Improved team-member relation mapping in `example_teams_port_app_config.mdx`. - Removed references to `TeamWithMembersBlueprint` from documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add docs about the new members change
...talog/git/azure-devops/example-teams/_azuredevops_exporter_example_teams_port_app_config.mdx
Outdated
Show resolved
Hide resolved
…RT-12649-Sync-Members-Once-From-a-Team
…thub.com/port-labs/port-docs into PORT-12649-Sync-Members-Once-From-a-Team
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved with suggestion
## Mapping teams and members | ||
After creating the blueprints and saving the integration configuration, you will see new entities in Port matching your teams alongside their members. | ||
|
||
## Mapping teams and members (Deprecated) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add it a warning /tip and refer to the Mapping users and teams
section
…thub.com/port-labs/port-docs into PORT-12649-Sync-Members-Once-From-a-Team
docs/build-your-software-catalog/sync-data-to-catalog/git/azure-devops/examples.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/git/azure-devops/examples.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/git/azure-devops/examples.md
Outdated
Show resolved
Hide resolved
…e-devops/examples.md Co-authored-by: hadar-co <[email protected]>
…e-devops/examples.md Co-authored-by: hadar-co <[email protected]>
…e-devops/examples.md Co-authored-by: hadar-co <[email protected]>
Description
Added docs pages
Updated docs pages
/azure-devops/example-teams/_azuredevops_exporter_example_member_blueprint.mdx
)/azure-devops/example-teams/_azuredevops_exporter_example_team_blueprint.mdx
)/azure-devops/example-teams/_azuredevops_exporter_example_teams_port_app_config.mdx
)