Package | Description |
---|---|
com.atlassian.jira.issue.context | |
com.atlassian.jira.issue.customfields |
Constructor and Description |
---|
ProjectContext(IssueContext issueContext,
JiraContextTreeManager treeManager)
Deprecated.
Use
ProjectContext.ProjectContext(Long, com.atlassian.jira.project.ProjectManager) instead. Since v6.4. |
ProjectContext(Long projectId,
JiraContextTreeManager treeManager)
Deprecated.
Use
ProjectContext.ProjectContext(Long, com.atlassian.jira.project.ProjectManager) instead. Since v6.4. |
ProjectContext(Project project,
JiraContextTreeManager treeManager)
Deprecated.
Use
ProjectContext.ProjectContext(Long, com.atlassian.jira.project.ProjectManager) instead. Since v6.4. |
Modifier and Type | Method and Description |
---|---|
static List<JiraContextNode> |
CustomFieldUtils.buildJiraIssueContexts(boolean global,
Long[] projectCategories,
Long[] projects,
JiraContextTreeManager treeManager)
Deprecated.
Use
CustomFieldUtils.buildJiraIssueContexts(boolean, Long[], com.atlassian.jira.project.ProjectManager) instead. Since v6.4. |
Copyright © 2002-2019 Atlassian. All Rights Reserved.