A python script to automatically update when a new issue is created on Jira

Sid August 31, 2022

I'm doing a text classification project on Jira description data. I have successfully made a script on a jupyter notebook to call the API and get the issue description. However, it involves me manually running that cell to see if there are any new issues. How can I enable an automatic update when a new issue is added? Thanks for the help in advance!

1 answer

0 votes
Pramodh M
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 31, 2022

Hi @Sid 

This is where webhooks will help you.

You will need a server with functionality to receive the webhooks and then once you receive the webhook, you can implement the same script which you have written

Here's the article on the same

https://towardsdatascience.com/intro-to-webhooks-and-how-to-receive-them-with-python-d5f6dd634476

Let me know if it helped you

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events