Class IssuesInEpicWebPanelCondition

java.lang.Object
com.atlassian.greenhopper.web.conditions.IssuesInEpicWebPanelCondition
All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

public class IssuesInEpicWebPanelCondition extends Object implements com.atlassian.plugin.web.Condition
Condition to determine whether to display the Issues in Epic panel in JIRA
  • Constructor Details

    • IssuesInEpicWebPanelCondition

      public IssuesInEpicWebPanelCondition(IssueTypeService issueTypeService)
  • Method Details

    • init

      public void init(Map<String,String> map) throws com.atlassian.plugin.PluginParseException
      Specified by:
      init in interface com.atlassian.plugin.web.Condition
      Throws:
      com.atlassian.plugin.PluginParseException
    • shouldDisplay

      public boolean shouldDisplay(Map<String,Object> context)
      The panel should only display for Epic issue types with linked issues.
      Specified by:
      shouldDisplay in interface com.atlassian.plugin.web.Condition
      Parameters:
      context -
      Returns: