com.atlassian.greenhopper.web.api
Class EpicPropertiesResource

java.lang.Object
  extended by com.atlassian.greenhopper.web.api.EpicPropertiesResource

public class EpicPropertiesResource
extends java.lang.Object

REST end point for providing the Epic Issue type and relevant JIRA Agile Epic properties.

Since:
v6.4

Constructor Summary
EpicPropertiesResource(IssueTypeService issueTypeService, EpicCustomFieldService epicCustomFieldService)
           
 
Method Summary
 javax.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpicPropertiesResource

public EpicPropertiesResource(IssueTypeService issueTypeService,
                              EpicCustomFieldService epicCustomFieldService)
Method Detail

getEpicProperties

public javax.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.


Copyright © 2007-2014 Atlassian. All Rights Reserved.