Skip to content
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

Fix confusion about up- and downstream project #14096

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/artifacts/feeds/project-scoped-feeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ In order for a pipeline to access a project-scoped feed in a different project,

A: If you want to download a pipeline artifact from another project within the same organization, make sure that the following permissions are set for both your downstream project and the pipeline generating the artifact:

On the pipeline generating the artifact (downstream project): select the ellipsis for more options > **Manage security** > search for your upstream project's build service and allow the following: **Update build information**, **View build pipeline**, and **View builds**.
On the pipeline generating the artifact (upstream project): select the ellipsis for more options > **Manage security** > search for your downstream project's build service and allow the following: **Update build information**, **View build pipeline**, and **View builds**.

On the downstream project: **Project Settings** > **Permissions** > **Users** > search for your upstream project's name and then select **Expand search** > select your upstream project's build service and allow the following: **View project-level information**.
On the upstream project: **Project Settings** > **Permissions** > **Users** > search for your downstream project's name and then select **Expand search** > select your downstream project's build service and allow the following: **View project-level information**.

## Related articles

- [Configure permissions](./feed-permissions.md)
- [Delete and recover packages](../how-to/delete-and-recover-packages.md)
- [Use feed views to share packages](./views.md)
- [Use feed views to share packages](./views.md)