Class CustomFieldOptionResource

java.lang.Object
com.atlassian.jira.rest.v2.issue.customfield.CustomFieldOptionResource

@Path("customFieldOption") @Consumes("application/json") @Produces("application/json") public class CustomFieldOptionResource extends Object
Since:
4.4
  • Constructor Details

  • Method Details

    • getCustomFieldOption

      @GET @Path("{id}") public javax.ws.rs.core.Response getCustomFieldOption(@PathParam("id") String id)
      Returns a full representation of the Custom Field Option that has the given id.
      Parameters:
      id - a String containing an Custom Field Option id
      Returns:
      a full representation of the Custom Field Option with the given id