You’re viewing the v1.5.8 (legacy) docs. Go to the latest docs →
Gaunt Sloth Assistant
    Preparing search index...
    interface ResolvedJiraCredentials {
        cloudId: string;
        displayUrl?: string;
        fullBase64Token?: string;
        token?: string;
        username?: string;
    }
    Index

    Properties

    cloudId: string
    displayUrl?: string
    fullBase64Token?: string
    token?: string
    username?: string