Commit 7318445e authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Merge branch '223943_feature_add_documentation_link_to_gitlab_for_jira_app' into 'master'

Link to documentation in Jira app

See merge request gitlab-org/gitlab!35227
parents d9aca16a f9b3fd50
......@@ -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