Component Structure

    ObjectComponent
    Fields


    id, description, lead, leadKey, name, projectId, projectKey, assigneeType

    Introduced in0.5

    Fields

    #Field nameCommentObject type
    1id
    Long
    2description
    String
    3leadComponent lead userUser
    4leadKeyUserkey of the component leadString
    5nameName of the component.String
    6projectIdId of the project this component belongs to.Long
    7projectKeyKey of the project.String
    7assigneeTypeIssues with this component get assigned to.AssigneeType

    AssigneeType

    The assignee type is a field in a component, and this field can have the following values.

    ValueNameComment
    0PROJECT_DEFAULTAn assignee is set to the default for the project.
    1COMPONENT_LEADAn Assignee is set to the component lead
    2PROJECT_LEADAn assignee is set to project lead.
    3UNASSIGNED

    An issue is left with no assignee.