Please enable JavaScript to view this site.

Navigation: Schema: Core > Tables

IssueLinkById: JIRA Cloud Issue Link by ID

Catalog: JIRA

Schema: Core

Primary Keys: id

Label: Issue Link by ID

This is a read-only table function. The JIRA Cloud API may not support changing the data or the Invantive SQL driver for JIRA Cloud does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the JIRA Cloud API.

Select JIRA Cloud API URL: /issueLink/{id}

Insert JIRA Cloud API URL: /issueLink/{id}

Update JIRA Cloud API URL: /issueLink/{id}

Delete JIRA Cloud API URL: /issueLink/{id}

Field Selection Method: NotRequired

Parameters of Table Function

The following parameters can be used to control the behaviour of the table function IssueLinkById. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.

Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.

Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.

Name

Data Type

Required

Default Value

Documentation

id

string

 

 

 

Columns of Table Function

The columns of the table function IssueLinkById are shown below. Each column has an SQL data type.

Name

Data Type

Label

Required

Documentation

id

string

 

The ID of the issue link.

inwardIssue_fields_assignee_accountId

string

 

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user.

inwardIssue_fields_assignee_accountType

string

 

The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk

inwardIssue_fields_assignee_active

boolean

 

Indicates whether the user is active.

inwardIssue_fields_assignee_displayName

string

 

The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.

inwardIssue_fields_assignee_emailAddress

string

 

The email address of the user. Depending on the user’s privacy setting, this may be returned as null.

inwardIssue_fields_assignee_key

string

 

This property is no longer available and will be removed from the documentation soon

inwardIssue_fields_assignee_locale

string

 

The locale of the user. Depending on the user’s privacy setting, this may be returned as null.

inwardIssue_fields_assignee_name

string

 

This property is no longer available and will be removed from the documentation soon.

inwardIssue_fields_assignee_timeZone

string

 

The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.

inwardIssue_fields_issuetype_avatarId

int64

 

The ID of the issue type's avatar.

inwardIssue_fields_issuetype_description

string

 

The description of the issue type.

inwardIssue_fields_issuetype_entityId

string

 

Unique ID, for next-gen projects.

inwardIssue_fields_issuetype_iconUrl

string

 

The URL of the issue type's avatar.

inwardIssue_fields_issuetype_id

string

 

The ID of the issue type.

inwardIssue_fields_issuetype_name

string

 

The name of the issue type.

inwardIssue_fields_issuetype_subtask

boolean

 

Indicates whether this issue type is used to create subtasks.

inwardIssue_fields_priority_description

string

 

The description of the issue priority.

inwardIssue_fields_priority_iconUrl

string

 

The URL of the icon for the issue priority.

inwardIssue_fields_priority_id

string

 

The ID of the issue priority.

inwardIssue_fields_priority_name

string

 

The name of the issue priority.

inwardIssue_fields_priority_self

string

 

The URL of the issue priority.

inwardIssue_fields_priority_statusColor

string

 

The color used to indicate the issue priority.

inwardIssue_fields_status_description

string

 

Description.

inwardIssue_fields_status_iconUrl

string

 

Icon URL.

inwardIssue_fields_status_id

string

 

ID.

inwardIssue_fields_status_name

string

 

Name.

inwardIssue_fields_status_statusCategory_colorName

string

 

Name of color.

inwardIssue_fields_status_statusCategory_id

string

 

ID.

inwardIssue_fields_status_statusCategory_key

string

 

Key.

inwardIssue_fields_status_statusCategory_name

string

 

Name.

inwardIssue_fields_summary

string

 

The summary description of the linked issue.

inwardIssue_id

string

 

The ID of an issue.

inwardIssue_key

string

 

The key of an issue.

inwardIssue_self

string

 

The URL of the issue.

outwardIssue_fields_assignee_accountId

string

 

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. An account ID with value unknown is returned when there is missing data for a user, which only happens for deleted users. We recommend you treat this value as an error case if you need to access more information about the user.

outwardIssue_fields_assignee_accountType

string

 

The user account type. Can take the following values: atlassian regular Atlassian user account, app system account used for Connect applications and OAuth to represent external systems, customer Jira Service Desk account representing an external service desk

outwardIssue_fields_assignee_active

boolean

 

Indicates whether the user is active.

outwardIssue_fields_assignee_displayName

string

 

The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.

outwardIssue_fields_assignee_emailAddress

string

 

The email address of the user. Depending on the user’s privacy setting, this may be returned as null.

outwardIssue_fields_assignee_key

string

 

This property is no longer available and will be removed from the documentation soon

outwardIssue_fields_assignee_locale

string

 

The locale of the user. Depending on the user’s privacy setting, this may be returned as null.

outwardIssue_fields_assignee_name

string

 

This property is no longer available and will be removed from the documentation soon.

outwardIssue_fields_assignee_timeZone

string

 

The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.

outwardIssue_fields_issuetype_avatarId

int64

 

The ID of the issue type's avatar.

outwardIssue_fields_issuetype_description

string

 

The description of the issue type.

outwardIssue_fields_issuetype_entityId

string

 

Unique ID, for next-gen projects.

outwardIssue_fields_issuetype_iconUrl

string

 

The URL of the issue type's avatar.

outwardIssue_fields_issuetype_id

string

 

The ID of the issue type.

outwardIssue_fields_issuetype_name

string

 

The name of the issue type.

outwardIssue_fields_issuetype_subtask

boolean

 

Indicates whether this issue type is used to create subtasks.

outwardIssue_fields_priority_description

string

 

The description of the issue priority.

outwardIssue_fields_priority_iconUrl

string

 

The URL of the icon for the issue priority.

outwardIssue_fields_priority_id

string

 

The ID of the issue priority.

outwardIssue_fields_priority_name

string

 

The name of the issue priority.

outwardIssue_fields_priority_self

string

 

The URL of the issue priority.

outwardIssue_fields_priority_statusColor

string

 

The color used to indicate the issue priority.

outwardIssue_fields_status_description

string

 

Description.

outwardIssue_fields_status_iconUrl

string

 

Icon URL.

outwardIssue_fields_status_id

string

 

ID.

outwardIssue_fields_status_name

string

 

Name.

outwardIssue_fields_status_statusCategory_colorName

string

 

Name of color.

outwardIssue_fields_status_statusCategory_id

string

 

ID.

outwardIssue_fields_status_statusCategory_key

string

 

Key.

outwardIssue_fields_status_statusCategory_name

string

 

Name.

outwardIssue_fields_summary

string

 

The summary description of the linked issue.

outwardIssue_id

string

 

The ID of an issue.

outwardIssue_key

string

 

The key of an issue.

outwardIssue_self

string

 

The URL of the issue.

self

string

 

The URL of the issue link.

type_id

string

 

The ID of the issue link type and is used as follows: in the issueLink resource it is the type of issue link.Required on create when name isn't provided. Otherwise, read only. In the issueLinkType resource it is read only.

type_inward

string

 

The description of the issue link type inward link.

type_name

string

 

The name of the issue link type.

type_outward

string

 

The description of the issue link type outward link.

type_self

string

 

The URL of the issue link type.

 

19-12-2022 16:35 Version 22.1.113-BETA+3734

X

Important Safety and Usage Information

Intended Use and Limitations: This software, developed by Invantive, is designed to support a variety of business and information technology data processing functions, such as accounting, financial reporting an sales reporting. It is important to note that this software is not designed, tested, or approved for use in environments where malfunction or failure could lead to life-threatening situations or severe physical or environmental damage. This includes, but is not limited to:

  • Nuclear facilities: The software should not be used for operations or functions related to the control, maintenance, or operation of nuclear facilities.
  • Defense and Military Applications: This software is not suitable for use in defense-related applications, including but not limited to weaponry control, military strategy planning, or any other aspects of national defense.
  • Aviation: The software is not intended for use in the operation, navigation, or communication systems of any aircraft or air traffic control environments.
  • Healthcare and Medicine Production: This software should not be utilized for medical device operation, patient data analysis for critical health decisions, pharmaceutical production, or medical research where its failure or malfunction could impact patient health.
  • Chemical and Hazardous Material Handling: This software is not intended for the management, control, or operational aspects of chemical plants or hazardous material handling facilities. Any malfunction in software used in these settings could result in dangerous chemical spills, explosions, or environmental disasters.
  • Transportation and Traffic Control Systems: The software should not be used for the control, operation, or management of transportation systems, including railway signal controls, subway systems, or traffic light management. Malfunctions in such critical systems could lead to severe accidents and endanger public safety.
  • Energy Grid and Utility Control Systems: This software is not designed for the control or operation of energy grid systems, including electrical substations, renewable energy control systems, or water utility control systems. The failure of software in these areas could lead to significant power outages, water supply disruptions, or other public utility failures, potentially endangering communities and causing extensive damage.
  • Other High-Risk Environments: Any other critical infrastructure and environments where a failure of the software could result in significant harm to individuals or the environment.

User Responsibility: Users must ensure that they understand the intended use of the software and refrain from deploying it in any setting that falls outside of its designed purpose. It is the responsibility of the user to assess the suitability of the software for their intended application, especially in any scenarios that might pose a risk to life, health, or the environment.

Disclaimer of Liability: Invantive disclaims any responsibility for damage, injury, or legal consequences resulting from the use or misuse of this software in prohibited or unintended applications.

  
Disclaimer