mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 16:28:16 +00:00
Show ticket title in tagged ticket DM (#110)
This commit is contained in:
parent
4c3775d7c0
commit
f25a27afc7
1 changed files with 4 additions and 1 deletions
|
|
@ -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>"
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue