Internal
Create a new instance of the service.
Returns the project's sender email address.
Permissions required: Browse projects project permission for the project.
The project ID.
Returned if the request is successful.
example:
{
"emailAddress": "jira@example.customdomain.com",
"emailAddressStatus": [
"Email address or domain not verified."
]
}
Sets the project's sender email address.
If emailAddress
is an empty string, the default email address is restored.
Permissions required: Administer Jira global permission or Administer Projects project permission.
The project's sender email address to be set.
The project ID.
Returned if the project's sender email address is successfully set.
Protected
Static
initialize
This resource represents the email address used to send a project's notifications. Use it to get and set the project's sender email address.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-email