Hello
I am trying to send the notable event to jira service desk
Data fields such as rule name are transmitted normally.
But the event_id field appears blank.
Without event_id, I can't come back to a notable event. Then no further analysis, such as investigation
How can I add an event_id or link related to the notable event in jira's ticket?
Thank you.
hi, did you end up with something viable ?
thanks
Hello,
I’m not sure how it works in the latest version of the add-on,
but at that time, it was correct that the event_id was not passed.
I wrote my query by referring to the notable macro.
By generating the event_id using eval and passing it as a custom field,
it was possible to send it over.
Thank you.