Versions Compared

Key

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

...

Table plus
KindDescriptionExample
Local issue linksStandard JIRA issue linking is not supported as part of these remote link actions. Instead use linkIssue and related actions.
No Format
--action linkIssue --issue XXX-1 --toIssue XXX-2 --link Relates
Web linksSimple url links. Multiple links with the same name can be made.
No Format
--action addRemoteLink --issue XXX-1 --url http://google.com --name google --description Search
Remote issue links

Linking to an issue on another JIRA instance. When this is done through application links, JIRA automatically brings in additional information from the remote system like summary and status. When done without an application link, the link just becomes a web link.

There can only be one remote link to the same JIRA server issue. Attempting to add another one with the same application link and issue will replace the existing link.

  • JIRA 7.1.0 is the name of an application link
No Format
--action addRemoteLink --issue XXX-1 --toIssue SUPPORT-123 --targetServer "JIRA 7.1.0]" --description "Support issue"
Confluence pagesTBD 
 Image Added

Parameters

Table plus
ParameterDescriptionUse
issueSource issue key for the link 
name, linkName of the link. Also known as title in Atlassian documentation.
  • Used for referencing this remote link for later reference. Multiple links can have the same name. 
  • The name or link parameter on synonymous.
  • The name of a web link appears in the second column on the UI.
  • For other links, the name may be replaced by other information like JIRA issue key and summary.
description

Description of what kind of link this is. Also known as relationship in the Atlassian documentation.

  • Similar to the link name for standard issue linking - example: relates to.
  • The text that appears in the first column on the UI (on the left of the link).
urlTarget url of the web link. 
toIssueTarget issue key of a JIRA remote issue link. 
targetServerEither an application link name or a url for an remote JIRA instance.
  • Used to identify the target JIRA instance and verify the existence of the target issue.
targetUserUser id on the target server if different than the source server. 
targetPasswordUser password on the target server if different than the source server. 
typeApplication type either as an application link type like jira or confluence or an equivalent remote link application type like com.atlassian.jira or com.atlassian.confluence.
  • CLI attempts to mask the inconsistent types used in application links and remote links.