Skip to content

Issue model does not include parsing References #871

@hsebouai

Description

@hsebouai

Normally, the issues have a reference object on them:

{
    "id": 6424,
    "iid": 1,
    "project_id": 234,
    "title": "Issue in progress",
    ...
    "type": "ISSUE",
    ...

    "references": {
        "short": "#1",
        "relative": "#1",
        "full": "<REDACTED_FOR_PRIVCAY>#1"
    },
   ...
}

However, the parsed Issue model does not de-serialize that object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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