@PublicApi public interface IssueLinkType extends OfBizValueWrapper, Comparable<IssueLinkType>
Modifier and Type | Field and Description |
---|---|
static String |
INWARD_FIELD_NAME |
static String |
NAME_FIELD_NAME |
static String |
OUTWARD_FIELD_NAME |
static String |
STYLE_FIELD_NAME |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getInward() |
String |
getName() |
String |
getOutward() |
String |
getStyle() |
boolean |
isSubTaskLinkType() |
boolean |
isSystemLinkType()
Checks if this link type is a System Link type.
|
getGenericValue, getLong, getString, getTimestamp, store
compareTo
static final String NAME_FIELD_NAME
static final String OUTWARD_FIELD_NAME
static final String INWARD_FIELD_NAME
static final String STYLE_FIELD_NAME
Long getId()
String getName()
String getOutward()
String getInward()
String getStyle()
boolean isSubTaskLinkType()
boolean isSystemLinkType()
System link types are used by JIRA to denote a special relationship between issues. For example, a sub-task is linked to its parent issue using a link that is of a system link type.
Copyright © 2002-2021 Atlassian. All Rights Reserved.