Details about the configuration of Jira.

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

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.

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.