Javascript event when Issue Updated?

Marc November 9, 2016

Hey,

is it possible to capture updates on an issue in javascript? 

I got a list of issues with a filtered amount of fields. If a user in JIRA updates one of the issues in that list, that issue should be reloaded. 

However, I haven't found a way to listen for these updates.

Many thanks in advance smile

1 answer

1 accepted

0 votes
Answer accepted
Marc November 10, 2016

If anybody needs a quick workaround for this, use this REST Request: 

https://docs.atlassian.com/jira/REST/server/#api/2/search-searchUsingSearchRequest

Build a JQL to query all Issues that have been updated since time X and work with them.

Suggest an answer

Log in or Sign up to answer