Commit f9b3fd50 authored by Andy Soiron's avatar Andy Soiron Committed by Oswaldo Ferreira

Link to documentation in Jira app

parent 0aaaa397
......@@ -21,6 +21,9 @@ class JiraConnect::AppDescriptorController < JiraConnect::ApplicationController
name: 'GitLab',
url: 'https://gitlab.com'
},
links: {
documentation: help_page_url('integration/jira_development_panel', anchor: 'gitlabcom-1')
},
authentication: {
type: 'jwt'
},
......
---
title: Link documentation from GitLab for Jira app
merge_request: 35227
author:
type: added
......@@ -13,6 +13,9 @@ RSpec.describe JiraConnect::AppDescriptorController do
'lifecycle' => {
'installed' => '/events/installed',
'uninstalled' => '/events/uninstalled'
},
'links' => {
'documentation' => 'http://test.host/help/integration/jira_development_panel#gitlabcom-1'
}
)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment