Jira.js - Jira Cloud API library
    Preparing search index...

    Interface UpdateProjectEmail

    A project's sender email address.

    interface UpdateProjectEmail {
        emailAddress?: string;
        emailAddressStatus?: string[];
        projectId: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    emailAddress?: string

    The email address.

    emailAddressStatus?: string[]

    When using a custom domain, the status of the email address.

    projectId: string | number

    The project ID.