Hello,
i am trying to setup some basic webhooks for Jira. For example i have subscribed to create/update/delete of comments.
When i create or modify a comment my webhook url is not called (comment on MY2G-160 in the example), but in the atlassian-jira.log i get an error like this. The whole log is full with this "No permission scheme is associated with project ..." error. Is this the reason for the webhook not firing? What is the reason of this error and how can i fix it?
Error Example from atlassian-jira.log:
2020-02-20 15:12:59,551 https-jsse-nio-443-exec-1 WARN r.kuhlendahl 912x1151205x1 1wnbe82 192.168.9.127 /rest/api/2/issue/MY2G-160/comment [c.a.jira.permission.DefaultPermissionSchemeManager] No permission scheme is associated with project '18594 agenitor 406b (Lambda1)'
2020-02-20 15:12:59,552 https-jsse-nio-443-exec-1 WARN r.kuhlendahl 912x1151205x1 1wnbe82 192.168.9.127 /rest/api/2/issue/MY2G-160/comment [c.a.jira.permission.DefaultPermissionSchemeManager] No permission scheme is associated with project 'Projektübersicht Motorentechnik'
2020-02-20 15:13:05,279 plugin-transaction-0 INFO [c.a.jira.plugin.PluginTransactionListener] [plugin-transaction] numberStartEvents:572, numberEndEvents:572, numberSendEvents:369, numberEventsInTransactions:13151, numberOfPluginEnableEvents:274
2020-02-20 15:13:10,127 https-jsse-nio-443-exec-24 WARN anonymous 913x1151211x1 1io9jvh 192.168.10.2 / [c.a.jira.permission.DefaultPermissionSchemeManager] No permission scheme is associated with project '18594 agenitor 406b (Lambda1)'
2020-02-20 15:13:10,127 https-jsse-nio-443-exec-24 WARN anonymous 913x1151211x1 1io9jvh 192.168.10.2 / [c.a.jira.permission.DefaultPermissionSchemeManager] No permission scheme is associated with project 'Projektübersicht Motorentechnik'
2020-02-20 15:13:10,129 https-jsse-nio-443-exec-24 WARN anonymous 913x1151211x1 1io9jvh 192.168.10.2 / [c.a.jira.permission.DefaultPermissionSchemeManager] No permission scheme is associated with project '18594 agenitor 406b (Lambda1)'
2020-02-20 15:13:10,129 https-jsse-nio-443-exec-24 WARN anonymous 913x1151211x1 1io9jvh 192.168.10.2 / [c.a.jira.permission.DefaultPermissionSchemeManager] No permission scheme is associated with project 'Projektübersicht Motorentechnik'
OK, i found the problem myself.
The warnings in the log had nothing to do with it. I deleted the 2 projects and they disappeared.
Then i followed instructions in this post:
Reason was a SSL Certificate on our intranet server that was not accepted from Jira.
I changed the Webhook URL from https to http and now it is working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.