Hi
I like to send some information to Rocket.chat but there is little BUT. We like to use issue security level but webhook does not count when i add into jira webhook 'level = infosec'. I allready tested and read some manual that it not will work.
Then i tested automation in jira server/dc project. right now it is also not working https://confluence.atlassian.com/jirakb/webhooks-are-not-sent-from-jira-service-management-automation-rules-1087512315.html.
So my last thing Automation for Jira. Now i dont even understand why it is not working.
I create automation if issue created, JQL
project = "X" AND issuetype = Incident AND level is EMPTY
then post webhook to rocket.chat.
I just notice in Automation for Jira log:
2022-03-22 16:43:03,771+0200 automation-webhook-sender:thread-1 WARN urmo [c.c.a.api.service.AutomationLinkServiceImpl] Could not create link for rule [45]. Could not find project with id '13200' on remote tenant.
I check over and project ID is correct. What i should try more?