New at Slack programming and, admittedly, it's been a while since I've developed much of anything.
I'm looking for direction on how to automatically convert any ticket # posted by anyone in any channel and convert it to a deep link into our ticketing system.
So, perhaps the original message was something like:
"Who is working on Ticket #212373?"
I'd like '#212373' to be automatically be converted to a link into our ticketing system. Bonus points if it will then expand with other details/attributes from the ticket in the target system, such as customer name, issue description, current status, etc.
Can anyone give me some direction, perhaps in showing me which API to target, whether it's possible, recommended approach, etc?