Skip to content

Commit 26bb666

Browse files
Resolves #1002 - adding autograph config (#1007)
* Resolves #1002 - adding autograph config * Add `task` and `defect` mappings to issue_type_map --------- Co-authored-by: Graham Beckley <[email protected]>
1 parent 76d173a commit 26bb666

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
@@ -608,3 +608,26 @@
608608
INCOMPLETE: Closed
609609
WORKSFORME: Closed
610610
REOPENED: In Progress
611+
612+
- whiteboard_tag: jbi-aut
613+
bugzilla_user_id: 429623
614+
description: Autograph
615+
parameters:
616+
jira_project_key: AUT
617+
steps:
618+
new:
619+
- create_issue
620+
- maybe_delete_duplicate
621+
- add_link_to_bugzilla
622+
- add_link_to_jira
623+
- maybe_assign_jira_user
624+
existing:
625+
- update_issue_summary
626+
- add_jira_comments_for_changes
627+
- maybe_assign_jira_user
628+
comment:
629+
- create_comment
630+
issue_type_map:
631+
enhancement: Story
632+
task: Task
633+
defect: Bug

0 commit comments

Comments
 (0)