Service Jira Args
constructor(apiUrl: Output<String>? = null, commentOnEventEnabled: Output<Boolean>? = null, commitEvents: Output<Boolean>? = null, issuesEnabled: Output<Boolean>? = null, jiraAuthType: Output<Int>? = null, jiraIssuePrefix: Output<String>? = null, jiraIssueRegex: Output<String>? = null, jiraIssueTransitionAutomatic: Output<Boolean>? = null, jiraIssueTransitionId: Output<String>? = null, mergeRequestsEvents: Output<Boolean>? = null, password: Output<String>? = null, project: Output<String>? = null, projectKey: Output<String>? = null, projectKeys: Output<List<String>>? = null, url: Output<String>? = null, useInheritedSettings: Output<Boolean>? = null, username: Output<String>? = null)