python-taiga icon indicating copy to clipboard operation
python-taiga copied to clipboard

Support Set Multiple Custom Attribute

Open kelvintyh opened this issue 1 year ago • 0 comments

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

Additional information

kelvintyh avatar Oct 15 '24 06:10 kelvintyh