• Approval
  • Customer
  • Customer Request
  • Customer Transition
  • Jira Service Management Application
  • Organization
  • Organization Service Desk
  • Portals
  • Queue
  • Queue Settings
  • Request Attachment
  • Request Type
  • Request Type Permissions
  • Service Desk
  • Service Desk Customer
  • application-properties
  • applicationrole
  • attachment
  • avatar
  • cluster
  • comment
  • component
  • configuration
  • customFieldOption
  • customFields
  • dashboard
  • email-templates
  • field
  • filter
  • group
  • groups
  • groupuserpicker
  • index
  • index-snapshot
  • issue
  • issueLinkType
  • issuesecurityschemes
  • issuetype
  • issuetypescheme
  • jql
  • licenseValidator
  • monitoring
  • mypermissions
  • mypreferences
  • myself
  • notificationscheme
  • password
  • permissions
  • permissionscheme
  • priority
  • priorityschemes
  • project
  • projectCategory
  • projects
  • projectvalidate
  • reindex
  • resolution
  • role
  • screens
  • securitylevel
  • serverInfo
  • session
  • settings
  • status
  • statuscategory
  • terminology
  • universal_avatar
  • upgrade
  • user
  • version
  • websudo
  • workflow
  • workflowscheme
  • worklog
  • Assets - AQL
  • Assets - Analytics
  • Assets - Archived Objects
  • Assets - Attachments
  • Assets - Comments
  • Assets - Icons
  • Assets - Index Configuration
  • Assets - Object
  • Assets - Object Archive
  • Assets - Object Attribute
  • Assets - Object Connected Tickets
  • Assets - Object Restore
  • Assets - Object Schema
  • Assets - Object Type
  • Assets - Object Type Attribute
  • Assets - Progress
  • Assets - QR Code
  • Assets - Status Types
Server
Jira Service Management / Reference / REST API

issueLink

Postman Collection
OpenAPI
POST

Create an issue link between two issues

Creates an issue link between two issues.

Request

Request bodyapplication/json

All information about the link relationship. Which issues to link, which issue link type to use and an optional comment that will be added to the first issue.

comment

CommentJsonBean

inwardIssue

IssueRefJsonBean

outwardIssue

IssueRefJsonBean

type

IssueLinkTypeJsonBean

Responses

Returned if the issue link was created successfully.

POST/api/2/issueLink
1 2 3 4 curl --request POST \ --url 'http://{baseurl}/rest/api/2/issueLink' \ --user 'email@example.com:<api_token>' \ --header 'Content-Type: application/json'
GET

Returns an issue link with the specified id.

linkId

string

Required

Returned if the request was successful.

application/json

issueLinks
GET/api/2/issueLink/{linkId}
1 2 3 4 curl --request GET \ --url 'http://{baseurl}/rest/api/2/issueLink/{linkId}' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json'
DEL

Deletes an issue link with the specified id.

linkId

string