Webhook action per document (found by watcher) instead per watcher

Hey guys,

I want to generate the individual JIRA tickets (webhook action) for the each document found by watcher condition.

Currently I know how to generate a JIRA ticket once the watcher condition is matched but It generates the single JIRA ticket for all the matched document(In my case : document containing the JAVA exceptions). Where as I am searching for a way to generate separate JIRA tickets for each documents found by watcher condition.

Thank you.

Hey there,

this is currently not possible, see this thread. Maybe logstash with a http input would help here, which in turn then creates a JIRA ticket, and you could use watcher to send data to logstash?

--Alex