python-taiga
python-taiga copied to clipboard
Support Set Multiple Custom Attribute
Description
Add new function "set_attributes" in class CustomAttributeResource
Use cases
To support set values for multiple attributes
Proposed solution
Add new function "set_attributes" in class CustomAttributeResource which accept a dict eg: { id1: value2, id2: value2 }
Alternatives
Any solution that can handle multiple custom attributes value