YouTrack Standalone 2019.1 Help

IssueLink

Represents issue links of a particular link type (for example, 'relates to').

This table describes attributes of the IssueLink entity.

  • To receive an attribute in the response from server, specify it explicitly in the request parameter fields.

  • To update an attribute, provide it in the body of a POST request.

Field

Type

Description

direction

TODO provide documentation for type

Link direction. Read-only. Can be null.

linkType

IssueLinkType

Link type. Read-only. Can be null.

issue

TODO provide documentation for type

The issue, for which the links are shown. Read-only.

issues

Array of Issues

List of issues that are linked with this type.

trimmedIssues

Array of Issues

Trimmed list of issues. This property can be used to avoid performance problem for issues that have many links. Use $topLinks and $skipLinks parameters to request a particular part of the whole links list. Read-only.

Last modified: 8 July 2019