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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ to the Bugzilla ticket on the Jira issue.
83
83
- mapping [str, list[str]]
84
84
- If defined, the specified steps are executed. The group of steps listed under `new` are executed when a Bugzilla event occurs on a ticket that is unknown to Jira. The steps under `existing`, when the Bugzilla ticket is already linked to a Jira issue. The steps under `comment` when a comment is posted on a linked Bugzilla ticket.
85
85
If one of these groups is not specified, the default steps will be used.
86
+
- `components`(optional)
87
+
- list [str]
88
+
- If defined, the created issues will be assigned the specified components.
86
89
- `sync_whiteboard_labels`(optional)
87
90
- boolean
88
91
- Whether to sync the Bugzilla status whiteboard labels to Jira. Defaults to `true`.
0 commit comments