public interface

IssueLinkTypeParser

com.atlassian.jira.imports.project.parser.IssueLinkTypeParser
Known Indirect Subclasses

Class Overview

Converts IssueLinkType xml in a JIRA backup to an object representation.

Summary

Constants
String ISSUE_LINK_TYPE_ENTITY_NAME
Public Methods
ExternalIssueLinkType parse(Map attributes)
Parses the IssueLinkType data from the backup XML.

Constants

public static final String ISSUE_LINK_TYPE_ENTITY_NAME

Constant Value: "IssueLinkType"

Public Methods

public ExternalIssueLinkType parse (Map attributes)

Parses the IssueLinkType data from the backup XML.

Parameters
attributes is a map of key value pairs that represent the attributes of an IssueLinkType.
Returns
  • an ExternalIssueLinkType if the attributes contain the required fields
Throws
ParseException if the required fields are not found in the attributes map