Interface ParentFieldInfo

Information about a discovered parent field.

interface ParentFieldInfo {
    key: string;
    name: string;
    plugin?: string;
}

Properties

Properties

key: string

The JIRA field key (e.g., "customfield_10014" or "parent")

name: string

The human-readable field name (e.g., "Parent Link", "Epic Link", "parent")

plugin?: string

The plugin ID if matched by plugin (e.g., "com.pyxis.greenhopper.jira:gh-epic-link")