1. Tasks
  2. Add Link

Tasks

Add Link

Attaches a link to the stub. The link can either be a link to a stubref, or a raw url.
Links on a stub show up under the details block on the stub.

Basic usage

loading...

Parameters

link_type

string

The type of link attached to the stub

Options:

  • raw:

    Adds the link as a raw url to the stub.

  • stubref:

    Adds a link to the given stubref.

Default: raw


link

required
string

The link attached to the stub. With a link_type stubref, the stubref to which a link is attached.


title

string

The title of the attached link. Defaults to the value of the link param.

Result

loading...

Properties

link_location

string

The url of the link added.


link_type

string

The type of link added.


link_title

string

The title of the link added.

Examples

Attaches a link to a stub.

loading...

Attaches a link with a title.

loading...