atlassian-connect-express를 평가 중이며 상용구를 "atlassian-connect new"로 만든 다음 ngrok 을 통해 배치했습니다. Jira 개발자 계정.Atlassian Connect Express : 자격 증명이 connect-ace.atlassian.net에서 거부되었습니다.
그게 잘 작동합니다. 내가 내 계정 데이터를 파일 "credentials.json"를 사용하려고 할 때, 플러그 번째 오류 메시지와 함께 시작합니다
호스트 https://michael%40...:[My 비밀번호] @ connect-ace.atlassian.net ((401)에 등록 할 수 없습니다) 등록되지 않은 부가 기능; 호환되는 호스트가 나는 URL을 여기 connect-ace.atlassian.net
내 골드 피처 - connect.json
{
"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에 갈 때
내가 비슷한 메시지가 감지되지{
"hosts": {
"connect-ace.atlassian.net": {
"product": "jira",
"username": "[email protected]",
"password": "---password---"
}
}
}
어떻게 내 dev 계정을 connect-ace와 함께 사용할 수 있습니까?
도와 주셔서 감사합니다.