Class CustomFieldScreenServiceImpl
java.lang.Object
com.atlassian.greenhopper.customfield.CustomFieldScreenServiceImpl
- All Implemented Interfaces:
CustomFieldScreenService
@Service
public class CustomFieldScreenServiceImpl
extends Object
implements CustomFieldScreenService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFieldForIssueOperations
(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.CustomField field, Integer position, String issueTypeId, com.atlassian.jira.issue.operation.ScreenableIssueOperation... operations)
-
Constructor Details
-
CustomFieldScreenServiceImpl
public CustomFieldScreenServiceImpl()
-
-
Method Details
-
addFieldForIssueOperations
public void addFieldForIssueOperations(com.atlassian.jira.project.Project project, com.atlassian.jira.issue.fields.CustomField field, @Nullable Integer position, @Nullable String issueTypeId, com.atlassian.jira.issue.operation.ScreenableIssueOperation... operations) - Specified by:
addFieldForIssueOperations
in interfaceCustomFieldScreenService
- Parameters:
project
- project which needs to start using the fieldfield
- field to addposition
- position of the field on the screen. Null indicates that the field will be appended to the end of the screenissueTypeId
- If specified only adds the field to the screens associated with the issue type. Otherwise adds the field to all project screensoperations
- field will be added to screens associated with these issue operations
-