IssueService
instead (will be moved into jira-core). Since v6.2.@Internal
public interface IssueCreationHelperBean
Modifier and Type | Method and Description |
---|---|
FieldScreenRenderer |
createFieldScreenRenderer(ApplicationUser remoteUser,
Issue issueObject)
Deprecated.
Use
createFieldScreenRenderer(com.atlassian.jira.issue.Issue) instead. Since v6.2. |
FieldScreenRenderer |
createFieldScreenRenderer(Issue issueObject)
Deprecated.
|
List<OrderableField> |
getFieldsForCreate(ApplicationUser user,
Issue issueObject)
Deprecated.
Gets the fields that will be shown in the create issue screen for that issues project and issue type
|
List<String> |
getProvidedFieldNames(ApplicationUser remoteUser,
Issue issueObject)
Deprecated.
Use
getProvidedFieldNames(com.atlassian.jira.issue.Issue) instead. Since v6.2. |
List<String> |
getProvidedFieldNames(Issue issueObject)
Deprecated.
|
void |
updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer,
MutableIssue issueObject,
Map fieldValuesHolder)
Deprecated.
|
void |
validateCreateIssueFields(JiraServiceContext jiraServiceContext,
Collection<String> providedFields,
Issue issueObject,
FieldScreenRenderer fieldScreenRenderer,
OperationContext operationContext,
IssueInputParameters issueInputParameters,
I18nHelper i18n)
Deprecated.
|
void |
validateIssueType(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
void |
validateLicense(ApplicationUser remoteUSer,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
void |
validateLicense(ErrorCollection errors,
I18nHelper i18n)
Deprecated.
Checks that the currently installed license has not expired and all relevant license limitations with
respect to user or role counts have not been exceeded.
|
void |
validateProject(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
void |
validateSummary(Issue issue,
OperationContext operationContext,
Map actionParams,
ErrorCollection errors,
I18nHelper i18n)
Deprecated.
|
void validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, IssueInputParameters issueInputParameters, I18nHelper i18n)
void validateLicense(ErrorCollection errors, I18nHelper i18n)
LicenseDetails.isExpired()
void validateLicense(ApplicationUser remoteUSer, ErrorCollection errors, I18nHelper i18n)
void updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer, MutableIssue issueObject, Map fieldValuesHolder)
FieldScreenRenderer createFieldScreenRenderer(ApplicationUser remoteUser, Issue issueObject)
createFieldScreenRenderer(com.atlassian.jira.issue.Issue)
instead. Since v6.2.FieldScreenRenderer createFieldScreenRenderer(Issue issueObject)
List<String> getProvidedFieldNames(ApplicationUser remoteUser, Issue issueObject)
getProvidedFieldNames(com.atlassian.jira.issue.Issue)
instead. Since v6.2.List<OrderableField> getFieldsForCreate(ApplicationUser user, Issue issueObject)
user
- the user in playissueObject
- the as yet saved issue object encompassing project and issue typevoid validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
void validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
void validateSummary(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
Copyright © 2002-2017 Atlassian. All Rights Reserved.