We're looking to bring in the ticket key, description, and the issue's url into the automation that will be sent over to the slack workflow via a web hook when a new issue is created. When testing this no data seems to be passed/stored, when using these variables in the slack workflow they are blank. Is there a step that I am missing here?
Hello @Micah Barnott
{{ticket.key}} is not the right smart value. you reference it as {{issue.key}} or just {{key}}
same goes with description, {{issue.description}} or {{description}}
also, {{issue.url}} should have been working..
You havent shared your full rule or audit log so I am not sure if I am missing anything.
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.