We have Atlassian Jira Project Management Software (v8.4.2#804003-sha1:d21414f) server.
We want to receive a webhook whenever user posts a comment on an jira issue.
Currently, our software scans all open issues on jira instance - about 200. Then for each of them executes a query to get the comments of that jira issue. Than the software keeps internal state, compares each of the comments with the previous execution of the loop. If there were any changes detected, an notification is generated for another software. We are using python jira module, and using JIRA.search_issues and JIRA.comments endpoints.
It would really really simplify the workflow if jira would just sent a small notification that a comment was posted or changed or removed on an issue.
We are thinking of integrating with the database. Before we do, is it possible to recieve such notification about comments on jira?
Thank you.
Dear @Kamil Cukrowski ,
you can create a webhook that is triggered by comments. See https://developer.atlassian.com/server/jira/platform/webhooks/ for details.
Bye
Thomas
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.