Skip to content
Jaden Young edited this page May 20, 2018 · 1 revision

What does it do?


The Eiffel JIRA Plugin is a proof-of-concept implementation that plays the role of an event publisher, integrating JIRA into the Eiffel protocol.

How does it work?


The Eiffel JIRA Plugin uses Spring Boot to spin up a webserver listening for issue related events from the JIRA Webhook API. It then maps those events onto the Eiffel vocabulary and emits the Eiffel events directly to a RabbitMQ topic with routing keys conforming to the guidelines used by Eiffel RemRem.

Clone this wiki locally