// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. package jira type Configuration struct { Enabled bool Secret string UserName string }