Skip to content

Can not create Ticket without owner #53

@beckolli

Description

@beckolli

You are not able to create a ticket without setting OwnerId.
OwnerId is not nullable, if OwnerId is 0 you will get an 422.

public class Ticket
{
    [JsonProperty("id")]
    public int Id { get; set; }
...

    [JsonProperty("owner_id")]
    public int OwnerId { get; set; }
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions