atlassian-connect.json 795 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
  {
     "name": "Chinese Support",
     "description": "Chinese Technical Support app",
     "key": "csdn.jira.languagepatch.zh_CN",
     "baseUrl": "https://softwaretaodev.atlassian.net",
     "enableLicensing": true,
     "vendor": {
         "name": "CSDN",
         "url": "http://servicedesk.softwaretao.com/servicedesk/customer/portals"
     },
     "authentication": {
         "type": "none"
     },
     "apiVersion": 1,
     "modules": {
         "generalPages": [
             {
                 "url": "/wiki/download/attachments/42008584/cnsupport.html",
                 "key": "cnsupport",
                 "location": "system.top.navigation.bar",
                 "name": {
                     "value": "中文技术支持"
                 }
             }
         ]
     }
}