Component Structure

    Object Component
    Fields


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

    Introduced in 0.5

    Fields

    # Field name Comment Object type
    1 id
    Long
    2 description
    String
    3 lead Component lead user User
    4 leadKey Userkey of the component lead String
    5 name Name of the component. String
    6 projectId Id of the project this component belongs to. Long
    7 projectKey Key of the project. String
    7 assigneeType Issues 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.

    Value Name Comment
    0 PROJECT_DEFAULT An assignee is set to the default for the project.
    1 COMPONENT_LEAD An Assignee is set to the component lead
    2 PROJECT_LEAD An assignee is set to project lead.
    3 UNASSIGNED

    An issue is left with no assignee.