You can listen to any issue event and call any REST service of With Easy Integration's Issue Listeners you can integrate your Jira with your internal/external systems that you want to integrate with JIRA.In the first step for define these listeners, you need to go (EI) Listeners page which defines in Easy Integration Menu.by calling REST services accordingly. In this page, you will explore how to define a listener and configure REST service.
Listeners can be accessed in the Easy Integration's admin UI (Jira admin cog icon > Manage apps > Easy Integrations Menu > Listeners (EI)).
On this page, you can find your all listeners which you define before and you can do some operation with them. You canthat you already defined. Also you can;
- Create a new listener
- Edit an existing listener
- Delete an existing listener
...
- Click Add New Listener button
- Fill information about regarding the listener
...
- Give a name to the listener.
- Select projects which you want to
...
- listen issue events and call REST services. You can also choose the All Projects option.
...
- Similarly, select issue types
...
- . You can also choose the All Issue Types option.
...
- Select the issue event(s) which you want to
...
- listen. You can select
...
- multiple issue
...
- events.
Script for execution
In this section, you can give a decision to execute REST according to the result of the Groovy script.
By default, it has only return true statement. However, you can type your script and return true; to execute REST, or return false; not to execute
...