Versions Compared

Key

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

This routine is available starting with SIL Engineā„¢ 2.5.15 for Jira 5.x / 2.6.7 for Jira 6.

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

deleteWebLinkById(webLinkId)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Removes a web link.

Removes a web link.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

webLinkId

String

Yes

Id of a web link.

Return

...

Type

noneNone

The returned value has no meaning.

Example

Code Block
number  [] ids = getWebLinksForIssue(key);

for(number wlid in ids){
	string  [] props = getWebLinkById(wlid);
	if(props[0] == theOtherKey) {
		deleteWebLinkById(wlid);
	}
}

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "jira_weblinklink_routine" and space = currentSpace ( )
labelsjiraarray_weblink_routineroutines