@Service public class CustomFieldScreenServiceImpl extends Object implements CustomFieldScreenService
| Constructor and Description |
|---|
CustomFieldScreenServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
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)
addFieldForIssueOperations in interface CustomFieldScreenServiceproject - 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 operationsCopyright © 2007–2015 Atlassian. All rights reserved.