Interface IssueLinking
- All Known Implementing Classes:
IssueLinkingImpl
public interface IssueLinking
Represents the Issue Linking administration page.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIssueLink
(String name, String outward, String inward) Adds an issue link type to JIRA.void
Deletes an issue link type.void
disable()
Disables issue linking across JIRA.void
enable()
Enables issue linking across JIRA.boolean
Determines whether an issue link type exists or not.long
Finds id of link types
-
Method Details
-
enable
void enable()Enables issue linking across JIRA. -
disable
void disable()Disables issue linking across JIRA. -
addIssueLink
Adds an issue link type to JIRA.- Parameters:
name
- the name of the issue link type to create.outward
- the label to describe outward links.inward
- the label to describe inward links.
-
delete
Deletes an issue link type.- Parameters:
name
- the name of the issue link type to delete.
-
exists
Determines whether an issue link type exists or not.- Parameters:
name
- The name of the issue type to test for.- Returns:
- true if the issue link type with the specified name exists; otherwise false.
-
getLinkId
Finds id of link types
-