Skip to main content

Get a list of issue types

GET 

/project/issueTypes

Get a list of issue types.

History

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26

Request

Query Parameters

    teamID stringrequired

    The team ID

    limit integer

    Possible values: <= 500

    Default value: 500

    The default value for the number of results to return in this request is 500. Values exceeding 500 or ≤0 will be reset to 500

    cursor string

    The starting location of this request

Responses

Request is successful.

Schema

    data

    object

    list

    object[]

  • Array [

  • name string

    Name of the issue type.

    id string

    ID of the issue type.

    isSubIssueType boolean

    Is it a child work item type.

    type string

    Type of the issue type.

    createTime integer

    CreateTime of the issue type.

    buildIn boolean

    Whether it is a system built-in work item type.

    project

    object

    name string

    Project name of the issue type.

    id string

    Project id of the issue type.

  • ]

  • pageInfo

    object

    Page information.

    count integer

    The number returned this time.

    endCursor string

    The last cursor on this page is generally used to turn pages.

    hasNextPage boolean

    Is there a next page.

    startCursor string

    The first cursor on this page is generally used to turn pages.

    totalCount integer

    The total number of items available in the entire collection, including those that are returned in the current response.

    result string

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

Loading...