You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/service_jira.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ The following arguments are supported:
43
43
44
44
*`jira_issue_transition_id` - (Optional) 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.
45
45
46
+
*`commit_events` - (Optional) Enable notifications for commit events
47
+
48
+
*`merge_requests_events` - (Optional) Enable notifications for merge request events
49
+
50
+
*`comment_on_event_enabled` - (Optional) Enable comments inside Jira issues on each GitLab event (commit / merge request)
51
+
46
52
## Importing Jira service
47
53
48
54
You can import a service_jira state using `terraform import <resource> <project_id>`:
0 commit comments