2017-10-01 2 views
0

atlassian-connect-expressを評価していて、 定型文を「atlassian-connect new」で作成し、ngrok を私のJira devアカウント。Atlassian Connect Express:connect -ace.atlassian.netでの資格が拒否されました

それは見つけることができます。しかし、私は アカウントデータをファイル「credentials.json」を使用しようとすると、プラグは番目のエラーメッセージが表示されて起動します:

はホストとhttps://michael%40...:[My パスワードの登録に失敗しました] @ connect-ace.atlassian.net(401 ) アドオンが登録されていません。互換性のあるホストが

{ 
    "key": "my-add-on", 
    "name": "Ping Pong", 
    "description": "My very first add-on", 
    "vendor": { 
     "name": "Angry Nerds", 
     "url": "https://www.atlassian.com/angrynerds" 
    }, 
    "baseUrl": "https://xxxxxxx.ngrok.io", 
    "links": { 
     "self": "https://xxxxxxxx.ngrok.io/atlassian-connect.json", 
     "homepage": "https://xxxxxxx.ngrok.io/atlassian-connect.json" 
    }, 
    "authentication": { 
     "type": "jwt" 
    }, 
    "lifecycle": { 
     "installed": "/installed" 
    }, 
    "scopes": [ 
     "READ" 
    ], 
    "modules": { 
     "generalPages": [ 
      { 
       "key": "hello-world-page-jira", 
       "location": "system.top.navigation.bar", 
       "name": { 
        "value": "Hello World" 
       }, 
       "url": "/hello-world", 
       "conditions": [{ 
        "condition": "user_is_logged_in" 
       }] 
      }, 
      { 
       "key": "hello-world-page-confluence", 
       "location": "system.header/left", 
       "name": { 
        "value": "Hello World" 
       }, 
       "url": "/hello-world", 
       "conditions": [{ 
        "condition": "user_is_logged_in" 
       }] 
      } 
     ] 
    } 
} 

と私credatials.json

私はここにURLをconnect-ace.atlassian.net

に行くとき、私は同様のメッセージを取得し、私のアトラシアン-connect.jsonを

を検出しません

{ 
    "hosts": { 
     "connect-ace.atlassian.net": { 
      "product": "jira", 
      "username": "[email protected]", 
      "password": "---password---" 
     } 
    } 
} 

私の開発アカウントをconnect-aceで使用するにはどうすればよいですか?

ありがとうございます。

答えて

0

独自のクラウドインスタンスを作成してテストしましたか?まだ作成されていない場合は、hereを作成してください。正常に登録されたら、あなたのcredentials.jsonでbaseUrl/sitenameと "credentials.json"を変更し、正しい資格情報で自動的にインストールします。

関連する問題