@PublicApi
public interface IssueContext
Modifier and Type | Field and Description |
---|---|
static IssueContext |
GLOBAL
Global context not associated with any project or any issues types.
|
Modifier and Type | Method and Description |
---|---|
IssueType |
getIssueType()
Gets the IssueType for this IssueContext.
|
String |
getIssueTypeId()
Gets the ID of the IssueType for this IssueContext.
|
IssueType |
getIssueTypeObject()
Deprecated.
Please use
getIssueType() . Deprecated since v7.0 |
Long |
getProjectId()
Gets the ID of the Project for this IssueContext.
|
Project |
getProjectObject()
Gets the Project for this IssueContext.
|
static final IssueContext GLOBAL
@Nullable Project getProjectObject()
A null return value is used to represent that this context applies to all Projects.
@Nullable Long getProjectId()
A null return value is used to represent that this context applies to all Projects.
@Nullable @Deprecated IssueType getIssueTypeObject()
getIssueType()
. Deprecated since v7.0A null return value is used to represent that this context applies to all IssueTypes.
@Nullable IssueType getIssueType()
A null return value is used to represent that this context applies to all IssueTypes.
Copyright © 2002-2015 Atlassian. All Rights Reserved.