com.almworks.jira.structure.api.item.AuxiliaryIdentities Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
package com.almworks.jira.structure.api.item;
import com.atlassian.annotations.Internal;
@Internal
public class AuxiliaryIdentities {
// See RemoteIssueLinkEventBridge - ugly work around https://jira.atlassian.com/browse/JRA-45989
// String ID: application type or '*'
public static final String REMOTE_ISSUE_LINK_TYPE = "com.almworks.jira.structure:type-remote-issue-link";
public static final ItemIdentity ALL_REMOTE_ISSUE_LINKS = ItemIdentity.stringId(REMOTE_ISSUE_LINK_TYPE, "*");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy