Show / Hide Table of Contents

Class ServiceJiraArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceJiraArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ServiceJiraArgs : ResourceArgs

Constructors

View Source

ServiceJiraArgs()

Declaration
public ServiceJiraArgs()

Properties

View Source

CommentOnEventEnabled

Enable comments inside Jira issues on each GitLab event (commit / merge request)

Declaration
public Input<bool> CommentOnEventEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CommitEvents

Enable notifications for commit events

Declaration
public Input<bool> CommitEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

JiraIssueTransitionId

The ID of a transition that moves issues to a closed state. You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2.

Declaration
public Input<string> JiraIssueTransitionId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MergeRequestsEvents

Enable notifications for merge request events

Declaration
public Input<bool> MergeRequestsEvents { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Password

The password of the user created to be used with GitLab/JIRA.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

ID of the project you want to activate integration on.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectKey

The short identifier for your JIRA project, all uppercase, e.g., PROJ.

Declaration
public Input<string> ProjectKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

The username of the user created to be used with GitLab/JIRA.

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.