Class IssueTypeConfigFieldsResource
java.lang.Object
com.atlassian.jira.projectconfig.rest.project.IssueTypeConfigFieldsResource
@Path("issuetype/{project}/{issuetype}/fields")
@Consumes("application/json")
@Produces("application/json")
public class IssueTypeConfigFieldsResource
extends Object
Gets the issue type configuration associated with a view.
- Since:
- v6.2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionIssueTypeConfigFieldsResource(IssueTypeConfigFieldsHelper fieldsHelper, ProjectContextLocator projectContextLocator, JiraAuthenticationContext jiraAuthenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsegetFieldsData(String projectKey, long issueTypeId)
-
Constructor Details
-
IssueTypeConfigFieldsResource
@Inject public IssueTypeConfigFieldsResource(IssueTypeConfigFieldsHelper fieldsHelper, ProjectContextLocator projectContextLocator, JiraAuthenticationContext jiraAuthenticationContext)
-
-
Method Details
-
getFieldsData
@GET public javax.ws.rs.core.Response getFieldsData(@PathParam("project") String projectKey, @PathParam("issuetype") long issueTypeId)
-