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
  • Constructor Details

  • 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.