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

    Interface Configuration

    Details about the configuration of Jira.

    interface Configuration {
        attachmentsEnabled?: boolean;
        issueLinkingEnabled?: boolean;
        subTasksEnabled?: boolean;
        timeTrackingConfiguration?: Version3Models.TimeTrackingConfiguration;
        unassignedIssuesAllowed?: boolean;
        votingEnabled?: boolean;
        watchingEnabled?: boolean;
    }
    Index

    Properties

    attachmentsEnabled?: boolean

    Whether the ability to add attachments to issues is enabled.

    issueLinkingEnabled?: boolean

    Whether the ability to link issues is enabled.

    subTasksEnabled?: boolean

    Whether the ability to create subtasks for issues is enabled.

    timeTrackingConfiguration?: Version3Models.TimeTrackingConfiguration
    unassignedIssuesAllowed?: boolean

    Whether the ability to create unassigned issues is enabled. See Configuring Jira application options for details.

    votingEnabled?: boolean

    Whether the ability for users to vote on issues is enabled. See Configuring Jira application options for details.

    watchingEnabled?: boolean

    Whether the ability for users to watch issues is enabled. See Configuring Jira application options for details.