Skip to content

Commit

Permalink
removing the uniq ids (#411)
Browse files Browse the repository at this point in the history
* removing the uniq ids

* id to connect jira connection and his tickets
  • Loading branch information
jnathangreeg authored Dec 9, 2024
1 parent a96f6dd commit be0be87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions notifications/collaborationconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ type CollaborationConfig struct {
// Example: jira
Provider ChannelProvider `json:"provider,omitempty" bson:"provider,omitempty"`

// Integration ID for supporting multiple integrations to jira
IntegrationID string `json:"IntegrationID,omitempty" bson:"integrationID,omitempty"`

// Host name for private hosting
// Example: http://example.com
HostName string `json:"hostName,omitempty" bson:"hostName,omitempty"`
Expand Down

0 comments on commit be0be87

Please sign in to comment.