public class IssueCustomFieldsResource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IssueCustomFieldsResource.AbstractFieldBean |
static class |
IssueCustomFieldsResource.FieldBean |
static class |
IssueCustomFieldsResource.FieldBeanWithVisiblityFlag |
Constructor and Description |
---|
IssueCustomFieldsResource(IssueManager issueManager,
CustomFieldManager fieldManager,
IssueFields fields) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
addCustomField(long issueId,
String fieldId)
Add a custom field to the create, edit, and view screens that are currently used by an issue.
|
javax.ws.rs.core.Response |
getAffectedProjects(long issueId)
Return the projects that would be affected if a field was added to the passed screen.
|
javax.ws.rs.core.Response |
getFields(long issueId,
boolean onAllScreensFlag) |
public IssueCustomFieldsResource(IssueManager issueManager, CustomFieldManager fieldManager, IssueFields fields)
public javax.ws.rs.core.Response addCustomField(long issueId, String fieldId)
issueId
- the ID of the issuefieldId
- the ID of the field to add to the screens.public javax.ws.rs.core.Response getAffectedProjects(long issueId)
issueId
- the ID of the issue to query.public javax.ws.rs.core.Response getFields(long issueId, boolean onAllScreensFlag)
Copyright © 2002-2021 Atlassian. All Rights Reserved.