Commit a7188581 authored by Gideon Williams's avatar Gideon Williams

Add API URL to the JIRA service integration

parent 4baaa27b
......@@ -389,6 +389,7 @@ type JiraService struct {
// https://docs.gitlab.com/ce/api/services.html#jira
type JiraServiceProperties struct {
URL *string `url:"url,omitempty" json:"url,omitempty"`
APIURL *string `url:"api_url,omitempty" json:"api_url,omitempty"`
ProjectKey *string `url:"project_key,omitempty" json:"project_key,omitempty" `
Username *string `url:"username,omitempty" json:"username,omitempty" `
Password *string `url:"password,omitempty" json:"password,omitempty" `
......
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