ref(issue-ownership): allow all assignments when open membership is on#111809
Draft
ref(issue-ownership): allow all assignments when open membership is on#111809
Conversation
…p is on With open membership (allow_joinleave), users can join any team and thus gain access to any project. The user assignee validation now checks org membership instead of project membership in this case. Co-authored-by: Claude <noreply@anthropic.com>
…is on With open membership (allow_joinleave), skip the team-must-have-project-access check. The team's org membership is already validated upstream by ActorField.to_internal_value via parse_and_validate_actor. Co-authored-by: Claude <noreply@anthropic.com>
Contributor
Backend Test FailuresFailures on
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue ownership assignment permissions have a lot of edge cases around open membership / non-open membership orgs right now (more details). Proposed solution here is to allow all assignments when open membership is on, which significantly simplifies the number of cases and is more in line with user expectations. No changes for non-open membership (yet).