Skip to content

Commit

Permalink
Update ticket tags assignment in TicketHandler to use dynamic tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottBo committed Jan 23, 2025
1 parent a9d5e31 commit e6784dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/services/orders/submitter/ticket_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def create_ticket(
name=user_name,
subject=order.name,
type="Order",
tags=[ORDER_TYPE_WORKFLOW_MAP[order_type]],
tags=tags,
custom_fields={
"cf_environment": self.env,
},
Expand Down

0 comments on commit e6784dc

Please sign in to comment.