Show ticket title in tagged ticket DM (#110)

This commit is contained in:
Mish 2025-11-16 13:54:37 +00:00 committed by GitHub
parent 4c3775d7c0
commit f25a27afc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,5 +94,8 @@ async def assign_tag_callback(
)
await client.chat_postMessage(
channel=user["id"],
text=f"New ticket for {formatted_tags}!\n<{url}|ticket> <{ticket_url}|bts ticket>",
text=(
f"New ticket for {formatted_tags}! *{ticket.title}*\n"
f"<{url}|ticket> <{ticket_url}|bts ticket>"
),
)