Project key and name validation

Validate project key

Validates a project key by confirming the key is a valid string and not in use.

Permissions required: None.

get/rest/api/3/projectvalidate/key

Query parameters

keystring
Example:HSP

The project key.

Response

Returned if the request is successful.

errorMessagesstring[]

The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"

errorsobject

The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters."

statusinteger

Changes

No recorded changes to this endpoint across all 14 revisions of this API.