Class EpicPropertiesResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.api.EpicPropertiesResource
@Path("api/epicproperties")
@Produces({"application/json","application/xml"})
public class EpicPropertiesResource
extends AbstractResource
REST end point for providing the Epic Issue type and relevant Jira Agile Epic properties.
- Since:
- v6.4
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log
-
Constructor Summary
ConstructorsConstructorDescriptionEpicPropertiesResource
(IssueTypeService issueTypeService, EpicCustomFieldService epicCustomFieldService) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
Retrieves the following properties to help identify Epics: Epic Issue Type ID Epic Name field ID and name Epic Status field ID and name "Done" status option ID and valueMethods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
EpicPropertiesResource
@Inject public EpicPropertiesResource(IssueTypeService issueTypeService, EpicCustomFieldService epicCustomFieldService)
-
-
Method Details
-
getEpicProperties
@GET public jakarta.ws.rs.core.Response getEpicProperties()Retrieves the following properties to help identify Epics: Epic Issue Type ID Epic Name field ID and name Epic Status field ID and name "Done" status option ID and value- Returns:
- Response containing the properties.
-