# TheJiraCloudPlatformRestApi.ProjectIssueCreateMetadata

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avatarUrls** | **AllOfProjectIssueCreateMetadataAvatarUrls** | List of the project&#x27;s avatars, returning the avatar size and associated URL. | [optional] 
**expand** | **String** | Expand options that include additional project issue create metadata details in the response. | [optional] 
**id** | **String** | The ID of the project. | [optional] 
**issuetypes** | [**[IssueTypeIssueCreateMetadata]**](IssueTypeIssueCreateMetadata.md) | List of the issue types supported by the project. | [optional] 
**key** | **String** | The key of the project. | [optional] 
**name** | **String** | The name of the project. | [optional] 
**self** | **String** | The URL of the project. | [optional] 
