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
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.