We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
Merge pull request versionone#22 from mtalexan/fix-creation
04cb453
Fix creation, add unittests for it
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: