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: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
- Renamed PR #1193's `fields` common rule option to `include_fields` due to collision with `new_term` rule type's existing `field` parameter - [#1408](https://github.com/jertel/elastalert2/pull/1408) - @jertel
5
5
6
6
## New features
7
-
-None
7
+
-[Jira] Add ability to create a subtask, etc of an existing parent - [#1417](https://github.com/jertel/elastalert2/pull/1417) - @olehpalanskyi
Copy file name to clipboardexpand all lines: docs/source/alerts.rst
+20
Original file line number
Diff line number
Diff line change
@@ -1195,6 +1195,26 @@ This alert requires four additional options:
1195
1195
1196
1196
Optional:
1197
1197
1198
+
``jira_parent``: Specify an existing ticket that will be used as a parent to create a new subtask in it
1199
+
1200
+
For example, if you have this issue hierarchy:
1201
+
Epic
1202
+
Story, Task, Bug
1203
+
Subtask
1204
+
1205
+
Then:
1206
+
As a parent issue, an epic can have stories, tasks, and bugs as subtask (child issues).
1207
+
As a parent issues, task, stories and bugs can have subtasks as subtask (child issues).
1208
+
A subtask can’t have any subtask (child issues).
1209
+
1210
+
Example usage::
1211
+
1212
+
jira_server: "https://example.atlassian.net/"
1213
+
jira_project: "XXX"
1214
+
jira_assignee: user@example.com
1215
+
jira_issuetype: "Sub-task"
1216
+
jira_parent: "XXX-3164"
1217
+
1198
1218
``jira_assignee``: Assigns an issue to a user.
1199
1219
1200
1220
``jira_component``: The name of the component or components to set the ticket to. This can be a single string or a list of strings. This is provided for backwards compatibility and will eventually be deprecated. It is preferable to use the plural ``jira_components`` instead.
0 commit comments