Skip to content

Support the "List/Edit Custom Fields" endpoints #167

@JOJ0

Description

@JOJ0

If we want, we could implement a method and classes for fetching/listing the custom fields so you'd at least have access to them and can find out the custom field name by using the field_id from above

For example something like

custom_fields = me.collection_fields() # calls /api/{username}/collection/fields
for note in instance.notes:
   print(custom_fields.find_by_id(note.field_id).name)    

pseudo code, might not work 😛

Originally posted by @AnssiAhola in #166 (reply in thread)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions