Jira 6.48 : ScriptRunner CustomLister IssueCreated not fired when issue created through REST API

pramukha May 12, 2017

Using Jira 6.4.8

Created CusomListener of ScriptRunner to catch event IssueCreated. When issue created throgh Jira UI, then event fired and script executed.

 

When issue created throgh REST api, IssueCreated event not fired. Can you let me know it's a known issue?

1 answer

0 votes
Daniel Yelamos [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 15, 2017

Hello Pramukha.

We have done some testing, setting up a listener like so:

Screen Shot 2017-05-15 at 11.43.56.png

And we have sent a post request through the API like it explains in the official Atlassian documentation here

We have been unable to reproduce the error, as far as we can see the IssueCreated event is firing correctly and it is catched by the listener. Maybe something else is missing in your setup?

Cheers

Suggest an answer

Log in or Sign up to answer