Skip to main content

Get a issue details

GET 

/project/issues/:issueID

Get a issue details.

History

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26
v6.30.0, v6.18.14Add fields (e.g., description) and modify existing fields in the Responses Schema
Modifications:
Renamed the title field to name under parent
Renamed the title field to name under subIssues
Additions:
solution, publishProgress, publishDate, serverUpdateStamp, timeProgress, estimateStoryPoint, publishVersion, watchers, planStartDate, planEndDate, solver, descriptionText, description, defectType, isOnlineDefect, products, productModules, projectModules, epic, severityLevel, estimateVariance, totalTimeProgress, totalEstimateVariance, progress

Request

Path Parameters

    issueID stringrequired

    The id of the issue.

Query Parameters

    teamID stringrequired

    The team ID

Responses

Request is successful.

Schema

    assignee

    object

    id string

    ID of the assignee.

    name string

    Name of the assignee.

    createTime integer

    CreateTime of the issue.

    dueDate string

    Issue due date.

    timeEstimatedHour integer

    Time estimated,unit is hour.

    issueType

    object

    id string

    ID of the issue type.

    name string

    Name of the issue type.

    title string

    Title of the issue.

    number integer

    Number of the issue.

    creator

    object

    id string

    ID of the creator.

    name string

    Name of the creator.

    parent

    object

    id string

    Parent issue ID.

    name string

    Parent issue title.

    priority

    object

    id string

    ID of the priority.

    name string

    Name of the priority.

    project

    object

    id string

    Project ID of the issue.

    name string

    Project name of the issue.

    timeRemainingHour integer

    Time remaining,unit is hour.

    sprint

    object

    id string

    ID of the sprint.

    name string

    Name of the sprint.

    status

    object

    id string

    ID of the status.

    name string

    Name of the status.

    category string

    Category of the status.

    subIssueType

    object

    id string

    ID of the sub issue type.

    name string

    Name of the sub issue type.

    subIssueCount integer

    Total sub issue.

    subIssueDoneCount integer

    Total completed sub issue.

    subIssues

    object[]

  • Array [

  • id string

    ID of the sub issue.

    name string

    Name of the sub issue.

  • ]

  • totalTimeEstimatedHour integer

    Total time estimated,unit is hour.

    timeSpentHour integer

    Time spent,unit is hour.

    totalTimeRemainingHour integer

    Total time remaining,unit is hour.

    id string

    ID of the issue.

    attachments

    object[]

  • Array [

  • id string

    ID of the attachment.

    name string

    Name of the attachment.

    createTime integer

    Create time of the attachment.

  • ]

  • fieldValues

    object[]

    Only includes custom attributes added to the detail form and a subset of system attributes

  • Array [

  • fieldID string

    Field identifier

    type integer

    Field type (common types as examples):

    • 1: Single Select
    • 2: Text
    • 3: Integer
    • 4: Float
    • 5: Date
    • 6: Time
    • 16: Multiple Select
    • 19: Boolean

    value

    object

    Field value. The data format varies according to the field type. Due to extensible types, please refer to the response data for specific formats

    oneOf

    string

  • ]

  • solution

    object

    id string

    ID of the solution

    value string

    Value of the solution

    publishProgress integer

    publish progress

    publishDate string

    publish date

    serverUpdateStamp integer

    update timestamp

    timeProgress integer

    time progress

    estimateStoryPoint integer

    story point

    publishVersion

    object[]

  • Array [

  • id string

    ID of the publish version

    name string

    Name of the publish version

  • ]

  • watchers

    object[]

  • Array [

  • id string

    ID of watchers

    name string

    Name of watchers

  • ]

  • planStartDate string

    Plan start date

    planEndDate string

    Plan end date

    solver

    object

    id string

    ID of the solver

    name string

    Name of the solver

    descriptionText string

    Description Text

    description string

    Description Rich-Text

    defectType

    object

    id string

    ID of the defect type

    value string

    value of the defect type

    isOnlineDefect

    object

    id string

    ID of the is-online defect

    value string

    value of the is-online defect

    products

    object[]

  • Array [

  • id string

    ID of products

    name string

    Name of products

  • ]

  • productModules

    object[]

  • Array [

  • id string

    ID of product modules

    name string

    Name of product modules

  • ]

  • projectModules

    object[]

  • Array [

  • id string

    ID of project modules

    name string

    Name of project modules

  • ]

  • epic

    object

    id string

    ID of the epic

    name string

    Name of the epic

    severityLevel

    object

    id string

    ID of the severity level

    value string

    Value of the severity level

    estimateVariance integer

    Estimated variance

    totalTimeProgress integer

    Total time progress

    totalEstimateVariance integer

    Total estimated variance

    progress integer

    Progress

Loading...