Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5be404d

Browse files
gijskleplatrem
andauthoredJul 21, 2022
Use new jbi action for FIDEFE tickets too (#101)
Co-authored-by: Mathieu Leplatre <mathieu@mozilla.com>
1 parent 1ee0f68 commit 5be404d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎config/config.prod.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@
1616
jira_project_key: FIDEDI
1717

1818
- whiteboard_tag: fidefe
19-
contact: tbd
19+
contact: gijs@mozilla.com
2020
description: Firefox Front End whiteboard tag
2121
enabled: true
22+
module: src.jbi.whiteboard_actions.default_with_assignee_and_status
2223
parameters:
2324
jira_project_key: FIDEFE
25+
status_map:
26+
ASSIGNED: In Progress
27+
FIXED: Closed
28+
REOPENED: In Progress
2429

2530
- whiteboard_tag: flowstate
2631
allow_private: true

0 commit comments

Comments
 (0)
Please sign in to comment.