Hello,
I'm trying to make Jira send a notification to discord any time an issue's status is changed to "Feedback Needed". This is an obvious notification for QA.
I've found the trigger in automation ("Issue transitioned from "In Progress" to "Feedback Needed") and tried to set this up (see screenshot) with a webhook from Discord/ https://skyhook.glitch.me/ :
However, there is no reaction from Discord. What can I do?
This webhook has been added separately on Jira and it works, but the notifications from there do not allow "status changed to X" as a trigger, nor are the notifications' actual words customizable.
Dear all,
I've solved this by writing the custom data in JSON (see example below) and everything worked without third parties.
Might be dumb to y'all but I'm not from IT, so coding is a completely new thing:)
Based in @Cristian answer, I could make my own webhook who deals with more complex syntax.
{
"username": "Jira",
"color": 624876,
"avatar_url": "https://wac-cdn.atlassian.com/dam/jcr:5cae308d-24a4-40d0-8fe2-ce7f46cd7a02/JSW%20sign-responsive.png",
"content": "\n\n** - {{issue.assignee.displayName}} {{#if(exists(issue.Request participant.displayName))}}{{issue.Request participant.displayName}} acabaram{{/}}{{#if(not(exists(issue.Request participant.displayName)))}} acabou{{/}} de finalizar a tarefa \"{{issue.summary.jsonEncode}}\"!!!** 🎉🎉🎉:muscle: \n\n**Basicamente ela se referia a** {{issue.description.jsonEncode}}**\n\ne foi resolvida** {{issue.Solution.jsonEncode}}\n\n Com testes feitos por {{issue.Tester.displayName}}\n\n",
"embeds": [
{
"description": "*[👀 Acesse mais informações da tarefa clicando aqui.]({{url}})*",
"color": 624876
}
]
}
I recommend take a look at the How to use Discord Webhooks and Jira smart values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cristian -- Welcome to the Atlassian Community!
To clarify a bit, are you describing that your rule is not triggering, that there is not response to the webrequest, or something else?
Perhaps showing the audit log details for when this rule runs will help reveal something to explain the symptoms you are observing.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello! Thanks for the reply. I mean that the change is made on Jira, but no message appears on Discord. There is nothing that happens on Discord, even though the event is supposed to be triggered and send a message.
Here's the audit log:
The error is the same everywhere.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.