Is there a programmatic way to retrieve notifications from JIRA without going through email?

Greg Chambers March 6, 2018

I am working on a Python bot to sync a bunch of stuff for me from my JIRA instance on a regular basis. I don't want to be continuously polling a list of known JIRA keys looking for changes.

Ideally I would want the bot to add itself as a watcher to these JIRA issues and then occasionally poll the bot account's notification queue to see if there's anything new to sync. I did see the API docs on adding watchers. That seems trivial. However, I couldn't find anything about how to request the list of notifications from those watched issues without having to have JIRA email you the notification and then polling an email mailbox instead. Is there a way to just make a call from the Python API asking for a list of notifications?

Note: Using webhooks for this is not possible for me due to the instance's configuration restrictions.

0 answers

Suggest an answer

Log in or Sign up to answer