You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm somewhat confused on whether this is possible or not. I found a couple of older threads but nothing with the more recent updates.
We receive emails from an external system to advise us of new hires. They come from a noreply address but fit a certain format.
Is there a way to extract the text of the email and use it to populate custom fields using automation?
e.g. the email comes in and has things like th ebelow, exactly like this;
Reports To: Bob Dylan
Start Date: 2023-03-28
What we would want to do is 'on creation' have the automation find the Reports to line and update the Reporter of the ticket to a user in the system. Then take the start date and update the custom field we have called 'start date'
Honestly, it looks like we can from what I've googled, but the *how* is confusing me tremendously. Can someone help break this down for me?
Hi @Mark Crowle-Groves welcome to the Atlassian Community!
So this is a bit tricky because while we can have a condition to check that the description contains "Reports To:" AND "Start Date:" pretty easily (assuming you have your project configured to create issues upon receiving incoming emails), the values that follow the parsed description fields we are after constantly change and might require the use of Regex.
Now I haven't tested this myself at the moment but I have watched the video fully and it seems to be relatively straight forward and achieves what you're looking for.
https://www.youtube.com/watch?v=jP90ckC29Kk&t=510s
Hopefully this helps, I might test this myself tomorrow if I have time.
Kind Regards,
Ash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.