Skip to content

ProjectCard missing attributes (again) #1071

@lovromazgon

Description

@lovromazgon

The ProjectCard struct is currently still missing 4 attributes, which are returned from the Events API:

Name Type Description
project_card["project_id"] string The identification number of the project.
project_card["project_url"] string The API URL of the project.
project_card["column_name"] string The name of the column that the card is listed in.
project_card["previous_column_name"] string The name of the column that the card was listed in prior to column_name. Only returned for moved_columns_in_project events.

Note: after testing it I see that project_id is actually an integer and not a string, as stated in the documentation.

Related issue: #667

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions