@PublicApi public interface JiraContextNode extends IssueContext, Comparable<JiraContextNode>
IssueContext
with the ability to climb nodesModifier and Type | Field and Description |
---|---|
static String |
FIELD_PROJECT |
GLOBAL
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
appendToParamsMap(Map<String,Object> props)
Copy the supplied parameters and add new ones.
|
JiraContextNode |
getParent() |
boolean |
hasParentContext() |
boolean |
isInContext(IssueContext issueContext) |
getIssueType, getIssueTypeId, getIssueTypeObject, getProjectId, getProjectObject
compareTo
static final String FIELD_PROJECT
boolean hasParentContext()
@Nullable JiraContextNode getParent()
boolean isInContext(IssueContext issueContext)
Copyright © 2002-2024 Atlassian. All Rights Reserved.