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 #22

Open
aarcro opened this issue Dec 22, 2014 · 0 comments
Open

Multivalue Field can't remove values #22

aarcro opened this issue Dec 22, 2014 · 0 comments

Comments

@aarcro
Copy link

aarcro commented Dec 22, 2014

Starting at line: https://github.com/versionone/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]

selenorks pushed a commit to selenorks/VersionOne.SDK.Python that referenced this issue Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant