Class ManagedIssueLinkTypesResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.api.ManagedIssueLinkTypesResource
@Path("api/managed/issuelinktypes")
@Produces("application/json")
@Consumes("application/json")
@PublicApi
public class ManagedIssueLinkTypesResource
extends AbstractResource
- Since:
- v6.3.5
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log
-
Constructor Summary
ConstructorsConstructorDescriptionManagedIssueLinkTypesResource
(ManagedIssueLinkTypesService managedIssuLinkTypesService) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Returns issue link types managed by Jira Agile.Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
ManagedIssueLinkTypesResource
@Inject public ManagedIssueLinkTypesResource(ManagedIssueLinkTypesService managedIssuLinkTypesService)
-
-
Method Details
-
getDefaultValues
@GET public javax.ws.rs.core.Response getDefaultValues()Returns issue link types managed by Jira Agile.- Returns:
- default values where available. No value if a default could not be fetched.
-