Class ProjectValidateResource

java.lang.Object
com.atlassian.jira.rest.v2.issue.ProjectValidateResource

@Path("projectvalidate") @Consumes("application/json") @Produces("application/json") public class ProjectValidateResource extends Object
Since:
5.0
  • Constructor Details

  • Method Details

    • getProject

      @GET @Path("key") public jakarta.ws.rs.core.Response getProject(@QueryParam("key") String key)
      Validates a project key.
      Parameters:
      key - the project key
      Returns:
      an ErrorCollection containing any errors. If the project key is valid, the ErrorCollection will be empty.