1) Webhook is not triggered why ?
I have created webhook in jira and i have added issue-update event in that webhook.
upto last week i have received a notification for both issue update and comment create events. but now webhook is triggering only for issue update event from that webhook.
2) If i add comment create event in that webhook i am receiving a notification for comment create event.
While i am receiving notification i will get json object from jira. And i used to take "emailAddress" key from that json.
But now i am not receiving a "emailAddress" key from that json. so i am getting null pointer exception. Why "emaillAddress" key is not given in json?.
Is there anything changed from Jira side? kindly help me out.