Hello,
I'm trying to integrate Jira webhook to my NodeJS application. I have to recover the project and the issueKey associated to each event so I use context parameters like this :
`https://.../webhook?projectKey={project.key}&issueKey={issue.key}` . It's working fine for issues events and comments events but for worklogs event it's impossible to retrieve theses informations, is this a bug ?
My event.queryStringParameters for a comment_deleted event :
My event.queryStringParameters for a worklog_deleted event :