Class ServiceJiraState
Inheritance
System.Object
ServiceJiraState
Inherited Members
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()
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ServiceJiraState : ResourceArgs
Constructors
View Source
ServiceJiraState()
Declaration
public ServiceJiraState()
Properties
View Source
Active
Declaration
public Input<bool> Active { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
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
CreatedAt
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
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
Title
Declaration
public Input<string> Title { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
UpdatedAt
Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Url
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> |
|