Skip to content

Commit 948c240

Browse files
alexcottnergrahamalama
authored andcommitted
Resolves mozilla#1002 - adding autograph config (mozilla#1007)
* Resolves mozilla#1002 - adding autograph config * Add `task` and `defect` mappings to issue_type_map --------- Co-authored-by: Graham Beckley <[email protected]>
1 parent 0462a58 commit 948c240

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

config/config.prod.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,3 +607,26 @@
607607
INCOMPLETE: Closed
608608
WORKSFORME: Closed
609609
REOPENED: In Progress
610+
611+
- whiteboard_tag: jbi-aut
612+
bugzilla_user_id: 429623
613+
description: Autograph
614+
parameters:
615+
jira_project_key: AUT
616+
steps:
617+
new:
618+
- create_issue
619+
- maybe_delete_duplicate
620+
- add_link_to_bugzilla
621+
- add_link_to_jira
622+
- maybe_assign_jira_user
623+
existing:
624+
- update_issue_summary
625+
- add_jira_comments_for_changes
626+
- maybe_assign_jira_user
627+
comment:
628+
- create_comment
629+
issue_type_map:
630+
enhancement: Story
631+
task: Task
632+
defect: Bug

0 commit comments

Comments
 (0)