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

Multivalue Field can't remove values #6

Open
mtalexan opened this issue Jun 13, 2018 · 0 comments
Open

Multivalue Field can't remove values #6

mtalexan opened this issue Jun 13, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@mtalexan
Copy link
Owner

Copied from: versionone#22

Starting at line: https://github.com/mtalexan/VersionOne.SDK.Python/blob/master/v1pysdk/v1meta.py#L110

There is no code path that allows you to remove values from a multi value field.

As an API user
I want to set multi-value fields to exact values
So that assignment works as expected.

Given a Workitem with Owners = [user1, user2]
When I assign [user2, user3] to Owners
And commit
Then Owners should be [user2, user3]

@mtalexan mtalexan added enhancement New feature or request bug Something isn't working labels Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant