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
Modifier and TypeFieldDescriptionstatic final long
Assignee is set to theProjectComponent
lead.static final String
Message key representing default assignment to ProjectComponent lead.static final String
Message key to say component lead doesn't exist.static final String
Message key to forbid unassigned issues.static final String
Message key to say compoent lead is not assignable.static final String
Message key to say project lead can't be assigned.static final String
Message key representing default assignment to project default assignee.static final String
Message key representing default assignment to project lead.static final String
Message key representing no assignee.static final long
Assignee is set to the default for the project.static final long
Assignee is set to theProject
lead.static final long
Issue is left with no assignee. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
Provides 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 theProjectComponent
lead.- See Also:
-
PROJECT_LEAD
public static final long PROJECT_LEADAssignee is set to theProject
lead.- 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.
-