Skip to content

Commit

Permalink
Deprecate Trello
Browse files Browse the repository at this point in the history
Support for Trello as source for metrics is deprecated and marked for removal in the future.

Closes #10613.
  • Loading branch information
fniessink committed Jan 14, 2025
1 parent 88f6eb0 commit c8a5a04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
TRELLO = Source(
name="Trello",
description="Trello is a collaboration tool that organizes projects into boards.",
deprecated=True,
deprecation_url=HttpUrl("https://github.com/ICTU/quality-time/issues/10613"),
url=HttpUrl(TRELLO_URL),
parameters={
"url": URL(
Expand Down
4 changes: 4 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ If your currently installed *Quality-time* version is not the latest version, pl

- When measuring missing metrics, make the subject type and the metric type of the missing metrics link to the reference documentation. Closes [#10528](https://github.com/ICTU/quality-time/issues/10528).

### Changed

- Support for Trello as source for metrics is deprecated and marked for removal in the future. Closes [#10613](https://github.com/ICTU/quality-time/issues/10613).

## v5.21.0 - 2024-12-12

### Fixed
Expand Down

0 comments on commit c8a5a04

Please sign in to comment.