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.
Hello,
We are trying to automate jira issue creation of alerts created by GCP Stackdriver.
We already done that. There's an option in stackdriver where if the incident resolved , it will will trigger the same webhook. Now we are trying to update tickets created by that rule
if {{webhookData.incident.state}} contains closed
instead of creating a new issue it will just comment to an issue with {{webhookData.incident.display_name}} and not resolved.
Hours of testing, we somehow can't figure what is the correct conditions.
Hi @Bembol Roco ,
what if you create a new webhook (unique url), only for created event, then your GCP will triggered by design?
Hello,
Do you mean to create a separate rule for handling closed stackdriver incidents to update created issues?
In related issues condition, does it accept {{webhookData}} or JQL only?
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.