public interface IssueLinkTypeParser
| Modifier and Type | Field and Description |
|---|---|
static String |
ISSUE_LINK_TYPE_ENTITY_NAME |
| Modifier and Type | Method and Description |
|---|---|
ExternalIssueLinkType |
parse(Map attributes)
Parses the IssueLinkType data from the backup XML.
|
static final String ISSUE_LINK_TYPE_ENTITY_NAME
ExternalIssueLinkType parse(Map attributes) throws ParseException
attributes - is a map of key value pairs that represent the attributes of an IssueLinkType.ParseException - if the required fields are not found in the attributes mapCopyright © 2002-2023 Atlassian. All Rights Reserved.