updateWebLink

Description

Updates a web link on the issue. If the link struct has no id, updates based on global id

Parameters

Return Type

integer

The returned value represents the id of the web link updated.

Example

JRemoteIssueLink ret = getWebLink("TEST-1", 10000); ret.globalId = "mylink2=https://duckduckgo.com"; ret.url="https://duckduckgo.com"; ret.title="Duck Duck"; updateWebLink("TEST-1", ret);

See also