Class ServiceJiraArgs
Inherited Members
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ServiceJiraArgs : ResourceArgs
Constructors
View SourceServiceJiraArgs()
Declaration
public ServiceJiraArgs()
Properties
View SourceCommentOnEventEnabled
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> |
CommitEvents
Enable notifications for commit events
Declaration
public Input<bool> CommitEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
MergeRequestsEvents
Enable notifications for merge request events
Declaration
public Input<bool> MergeRequestsEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
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> |
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> |
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> |