Skip to content

Commit 12dadd6

Browse files
authored
Switch Flowstate to the default_with_assignee_and_status action and configure status mappings. (#87)
1 parent 839ec28 commit 12dadd6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config/config.nonprod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ devtest:
88
jira_project_key: JST
99
whiteboard_tag: devtest
1010
flowstate:
11+
action: src.jbi.whiteboard_actions.default_with_assignee_and_status
1112
allow_private: true
1213
1314
description: Flowstate whiteboard tag
1415
enabled: true
1516
parameters:
1617
jira_project_key: MR2
18+
status_map:
19+
ASSIGNED: In Progress
20+
FIXED: In Review
21+
REOPENED: In Progress
1722
whiteboard_tag: flowstate

config/config.prod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@ fidefe:
2323
jira_project_key: FIDEFE
2424
whiteboard_tag: fidefe
2525
flowstate:
26+
action: src.jbi.whiteboard_actions.default_with_assignee_and_status
2627
allow_private: true
2728
2829
description: Flowstate whiteboard tag
2930
enabled: true
3031
parameters:
3132
jira_project_key: MR2
33+
status_map:
34+
ASSIGNED: In Progress
35+
FIXED: In Review
36+
REOPENED: In Progress
3237
whiteboard_tag: flowstate
3338
fxatps:
3439
contact: tbd

0 commit comments

Comments
 (0)