Versions Compared

Key

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

This section contains functions that enable users to handle links.

This section contains functions that enable users to handle links. There are 2 kinds of links: structure links (like “blocks“, or “depends on“) and external links (Web Links also named Remote Links)

Functions Summary

Child pages (Children Display)
excerptTypesimple

Structures used:

JIssueLink - the structural links

Code Block
integer id;
string name;
integer direction;
string description;
string issue;

JRemoteIssueLink - external (remote) links

Code Block
integer id;
string globalId;
string appName;
string appType;
string relationship;
string iconTitle;
string iconUrl;
string summary;
string title;
string url;
boolean statusResolved;
string statusIconTitle;
string statusIconUrl;
string statusIconLink;

We've encountered an issue exporting this macro. Please try exporting again later.