Class ManagedCustomFieldsResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.api.ManagedCustomFieldsResource
@Path("api/managed/customfields")
@Produces("application/json")
@Consumes("application/json")
@PublicApi
public class ManagedCustomFieldsResource
extends AbstractResource
- Since:
- v6.3.5
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log
-
Constructor Summary
ConstructorsConstructorDescriptionManagedCustomFieldsResource
(ManagedCustomFieldsService managedCustomFieldsService, com.atlassian.jira.issue.fields.FieldManager fieldManager, com.atlassian.jira.issue.search.managers.SearchHandlerManager searchHandlerManager) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Returns custom fields created by Jira AgileMethods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
ManagedCustomFieldsResource
@Inject public ManagedCustomFieldsResource(ManagedCustomFieldsService managedCustomFieldsService, com.atlassian.jira.issue.fields.FieldManager fieldManager, com.atlassian.jira.issue.search.managers.SearchHandlerManager searchHandlerManager)
-
-
Method Details
-
getDefaultValues
@GET public javax.ws.rs.core.Response getDefaultValues()Returns custom fields created by Jira Agile- Returns:
- field configuration where available. No value if a default could not be fetched.
-