/
unlinkIssue
unlinkIssue
Description
Removes the specified link between two issues.
Parameters
Return Type
None
The returned value has no meaning.
Examples
Example 1
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
linkIssue("TST-123", "TST-234", "Blocks");
Result: The Blocks link between issue "TST-123" and issue "TST-234" will be removed.
Example 3
linkIssue("TST-123", "TST-234", "Blocks", "true");
Result: The Blocks link between issue "TST-234" and issue "TST-123" will not be removed because the link specified by the parameters of this call does not exist, but the reverse does.
See also
Peacock
Related content
unlinkIssue
unlinkIssue
More like this
unlinkIssue
unlinkIssue
More like this
linkIssue
linkIssue
More like this
deleteIssue
deleteIssue
More like this
deleteIssue
deleteIssue
More like this
linkIssue
linkIssue
More like this