Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

issueKey1

string

Yes

The key Key of the first issue to be linked

issueKey2_or_url

string

Yes

The key Key of the second issue to be linked or the URL

issueLinkTypeName_or_linkText

string

Yes

The issue Issue link type name or the link text

...

Result: current issue is linked to issue "TST-123" by Relates link type, such that "TST-123" relates to current issue and vice versa.

...

Result: "TST-123" issue is linked to issue "TST-234" by Blocks link type, such that "TST-123" blocks "TST-234" and "TST-234" is blocked by "TST-123".

Example 3

Code Block
linkIssue("TST-123", "https://confluence.example.com", "Confluence Documentation");

As a result, the TST-123 issue will be linked to https://confluence.example.com with the "Confluence Documentation" link text.

...