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.
Hi Community!
I'm currently setting up an automation rule that sends out an email to the assignee when an initiative is set to done. This email is to celebrate the achievement!
In order to keep it interesting, I'd like to add something random or unique every time the email gets sent. Like for example a random gif connected to the theme "celebration".
Has anyone done something similar before or knows how to tackle this?
Hi Kaj
You could try something similar to what is documented here if you are using jira cloud and automation for Jira
There would be a couple of steps
1. Set up an account on giphy and create an app so you can get an api key.
2,. Set an automation rule to trigger on transition to done.
2. Use the api key from the app in the send web request automation rule to http://api.giphy.com/v1/gifs/random?tag=celebration&rating=pg-13
3. Use the web request response in the send email action. It would looks something like this.
I love this idea, and I love that somebody came up with an answer already (although I was on my way towards it, I swear!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Love the creativity!
Thanks @Support Team _Clearvision_ , I will try it out today! 🚀
@Darryl Lee Thank you for the effort. 😉
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kaj
That's great to hear.
Just FYI and you may already be aware on but on giphy the beta keys are rate limited to a maximum of 42 search requests an hour and 1000 search requests a day. This may or may not impact you depending on how often the automation runs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I saw that.
But currently, this shouldn't be an issue.
Thanks for the heads up!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.