-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Display progress bars when downloading tickets from Bugzilla and Jira. With a large number of tickets, the download might even take several minutes, so it would be nice to monitor the progress.
On the implementation side, the only way to do this is probably by splitting the requests into chunks and show progress by chunk.
Some usable libraries that provide progress bar functionality: