Skip to main content

Linking issues

POST 

/project/issues/:issueID

Linking issues.

History

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

Request

Path Parameters

    issueID stringrequired

    ID of the issue

Query Parameters

    action stringrequired
    • action: Actions on issue,support link.
    teamID stringrequired

    The team ID

Body

required

List of issues to be linked.

    links

    object[]

  • Array [

  • issueIDs string[]

    Issue ID list.

    linkType string

    Issue link type.

    linkDescType string

    Issue link desc type.

  • ]

Responses

Request successful

Schema

    result stringrequired

    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...