Hi Smartsheet Community,
I'm working on a Smartsheet setup where
I have a Jira and Smartsheet connector. Imported Jira fields to Smartsheet. One of the cells is the "Issue Links" where the content typically returns as "mentioned by SHIP-1234" or "dependency of SHIP-1234". I need to extract the SHIP-1234 and turn it into a hyper link.
My goal is to:
- Extract the ticket reference (e.g., SHIP-1234) from the text.
- Convert it into a clickable hyperlink (e.g., SHIP-1234). (example here with a fake URL: https://jira.com/pm/SHIP-1234)
I'm looking for help with the correct formula or workaround to achieve this.
Example Input:
"mentioned by SHIP-1234"
Desired Output: (can be in a new cell)
SHIP-1234
Any advice, tips, or similar experiences would be greatly appreciated!
Thank you in advance for your help!