Hi All,
Does anyone know how cloud-jira updates by users can be brought to an on premise cluster . Capturing all events of all user activities ? i know about Cloud jira rest-api . looking more of a stream approach than a request - response framework.
Thanks
Simhan R
One approach is to use Webhooks. Look under JIRA Settings ->System->Webhooks. You can set it up so that it sends the json payload to your custom endpoint that updates your Hadoop cluster.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.