Info |
---|
|
This routine is available starting with SIL Engine™ 2.5.8. This routine is available for Jira server and cloud deployment options. |
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | unlinkIssue(issueKey1, issueKey2, issueLinkTypeName[, keepReverseLink)] | Package | |
or
...
Description
Excerpt |
---|
|
Removes the specified link between two issues. |
Removes the specified link between two issues.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
issueKey1 | |
...
String | Yes | Key of the first issue to be unlinked. | issueKey2 |
|
...
String | Yes | Key of the second issue to be unlinked. | issueLinkTypeName |
|
...
String | Yes | Issue link type name. | keepReverseLink |
|
...
Boolean | No | Consider the direction of the link. |
|
Return
...
Type
None.
The returned value has no meaning.
...
Examples
Example 1
Code Block |
---|
unlinkIssue(key, "TST-123", "Relates");
//key represents the key of current issue, "TST-123" the key of the issue it will be linked to.
|
Result: The Relates link between current issue and issue "TST-123" will be removed.
Example 2
Code Block |
---|
unlinkIssuelinkIssue("TST-123", "TST-234", "Blocks");
|
Result: The Blocks The Blocks link between issue between issue "TST-123" and issue "TST-234" will be removed.
Example 3
Code Block |
---|
unlinkIssuelinkIssue("TST-234123", "TST-123234", "Blocks", "true"); |
Result: The Blocks link between issue Blocks link between issue "TST-234" and and issue "TST-123" will will not be removed because the the link specified by the parameters of this call does not exist, but the reverse does.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jiralink_links_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_links_routineroutines |
---|
|