public abstract class AssigneeTypes extends Object
Project
and ProjectComponent
.Modifier and Type | Field and Description |
---|---|
static long |
COMPONENT_LEAD
Assignee is set to the
ProjectComponent lead. |
static String |
PRETTY_COMPONENT_LEAD
Message key representing default assignment to ProjectComponent lead.
|
static String |
PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST
Message key to say component lead doesn't exist.
|
static String |
PRETTY_NOT_ALLOWED_UNASSIGNED
Message key to forbid unassigned issues.
|
static String |
PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD
Message key to say compoent lead is not assignable.
|
static String |
PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD
Message key to say project lead can't be assigned.
|
static String |
PRETTY_PROJECT_DEFAULT
Message key representing default assignment to project default assignee.
|
static String |
PRETTY_PROJECT_LEAD
Message key representing default assignment to project lead.
|
static String |
PRETTY_UNASSIGNED
Message key representing no assignee.
|
static long |
PROJECT_DEFAULT
Assignee is set to the default for the project.
|
static long |
PROJECT_LEAD
Assignee is set to the
Project lead. |
static long |
UNASSIGNED
Issue is left with no assignee.
|
Constructor and Description |
---|
AssigneeTypes() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
isAllowUnassigned()
Provides the application property for permitting issues to be unassigned.
|
public static final long PROJECT_DEFAULT
public static final long COMPONENT_LEAD
ProjectComponent
lead.public static final long PROJECT_LEAD
Project
lead.public static final long UNASSIGNED
public static final String PRETTY_PROJECT_LEAD
public static final String PRETTY_UNASSIGNED
public static final String PRETTY_PROJECT_DEFAULT
public static final String PRETTY_NOT_ALLOWED_UNASSIGNED
public static final String PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD
public static final String PRETTY_COMPONENT_LEAD
public static final String PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST
public static final String PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD
Copyright © 2002-2022 Atlassian. All Rights Reserved.