forked from versionone/VersionOne.SDK.Python
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request