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.

  • TBD - likely enabled via a switch like reverse. We could automatically try the reverse link and warn when it was not possible to do. Opinions???
  • 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 

...