Polling JellyFish API to check value changes
-
Create the environment variables
- IMPROVEMENT_ID: The improvement id to track
- IMPROVEMENT_SLUG: The improvement slug to track
- JF_TOKEN: Your JellyFish token
-
Execute
python jf_poll.py
- Using jellyfish API endpoint, it will loop asking for
statusand checking for changes - If the new value is
completedit call thenotification() - This is stateless and not persisted, but notification will not be called if the status is already completed