Skip to content

v3.0.0

Compare
Choose a tag to compare
@andreasknoepfle andreasknoepfle released this 24 May 16:06

This release changes how Tickety-Tick is accessing the information on the page.

Starting from 3.0.0 adapters will use the REST APIs of the ticket systems where possible instead of trying to scrape information out of the website DOM. We hope that this will make collecting ticket information more reliable and adapters easier to maintain.

This is done for the following adapters for now:

With this change comes also some advanced error handling, since the requests to these APIs can also go wrong.

error screen

Breaking changes

The Trello adapter now uses cards' shortLink rather than idShort to identify tickets. For additional details, see issue #167 and the corresponding PR #138 (comment).