Package com.atlassian.jira.project
Class AssigneeTypes
java.lang.Object
com.atlassian.jira.project.AssigneeTypes
- Direct Known Subclasses:
ComponentAssigneeTypes,ProjectAssigneeTypes
Enumerated type representing different default issue assignments for
Project and ProjectComponent.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longAssignee is set to theProjectComponentlead.static final StringMessage key representing default assignment to ProjectComponent lead.static final StringMessage key to say component lead doesn't exist.static final StringMessage key to forbid unassigned issues.static final StringMessage key to say compoent lead is not assignable.static final StringMessage key to say project lead can't be assigned.static final StringMessage key representing default assignment to project default assignee.static final StringMessage key representing default assignment to project lead.static final StringMessage key representing no assignee.static final longAssignee is set to the default for the project.static final longAssignee is set to theProjectlead.static final longIssue is left with no assignee. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static booleanProvides the application property for permitting issues to be unassigned.
-
Field Details
-
PROJECT_DEFAULT
public static final long PROJECT_DEFAULTAssignee is set to the default for the project.- See Also:
-
COMPONENT_LEAD
public static final long COMPONENT_LEADAssignee is set to theProjectComponentlead.- See Also:
-
PROJECT_LEAD
public static final long PROJECT_LEADAssignee is set to theProjectlead.- See Also:
-
UNASSIGNED
public static final long UNASSIGNEDIssue is left with no assignee.- See Also:
-
PRETTY_PROJECT_LEAD
Message key representing default assignment to project lead.- See Also:
-
PRETTY_UNASSIGNED
Message key representing no assignee.- See Also:
-
PRETTY_PROJECT_DEFAULT
Message key representing default assignment to project default assignee.- See Also:
-
PRETTY_NOT_ALLOWED_UNASSIGNED
Message key to forbid unassigned issues.- See Also:
-
PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD
Message key to say project lead can't be assigned.- See Also:
-
PRETTY_COMPONENT_LEAD
Message key representing default assignment to ProjectComponent lead.- See Also:
-
PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST
Message key to say component lead doesn't exist.- See Also:
-
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.
-