Class AssigneeTypes

java.lang.Object
com.atlassian.jira.project.AssigneeTypes
Direct Known Subclasses:
ComponentAssigneeTypes, ProjectAssigneeTypes

public abstract class AssigneeTypes extends Object
Enumerated type representing different default issue assignments for Project and ProjectComponent.
  • Field Details

    • PROJECT_DEFAULT

      public static final long PROJECT_DEFAULT
      Assignee is set to the default for the project.
      See Also:
    • COMPONENT_LEAD

      public static final long COMPONENT_LEAD
      Assignee is set to the ProjectComponent lead.
      See Also:
    • PROJECT_LEAD

      public static final long PROJECT_LEAD
      Assignee is set to the Project lead.
      See Also:
    • UNASSIGNED

      public static final long UNASSIGNED
      Issue is left with no assignee.
      See Also:
    • PRETTY_PROJECT_LEAD

      public static final String PRETTY_PROJECT_LEAD
      Message key representing default assignment to project lead.
      See Also:
    • PRETTY_UNASSIGNED

      public static final String PRETTY_UNASSIGNED
      Message key representing no assignee.
      See Also:
    • PRETTY_PROJECT_DEFAULT

      public static final String PRETTY_PROJECT_DEFAULT
      Message key representing default assignment to project default assignee.
      See Also:
    • PRETTY_NOT_ALLOWED_UNASSIGNED

      public static final String PRETTY_NOT_ALLOWED_UNASSIGNED
      Message key to forbid unassigned issues.
      See Also:
    • PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD

      public static final String PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD
      Message key to say project lead can't be assigned.
      See Also:
    • PRETTY_COMPONENT_LEAD

      public static final String PRETTY_COMPONENT_LEAD
      Message key representing default assignment to ProjectComponent lead.
      See Also:
    • PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST

      public static final String PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST
      Message key to say component lead doesn't exist.
      See Also:
    • PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD

      public static final String PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD
      Message key to say compoent lead is not assignable.
      See Also:
  • Constructor Details

    • AssigneeTypes

      public AssigneeTypes()
  • Method Details

    • isAllowUnassigned

      protected static boolean isAllowUnassigned()
      Provides the application property for permitting issues to be unassigned.
      Returns:
      the value of the application property.