View tag changes

Could you please add the ability (for moderators) to view tag changes?

Currently if any tag is changed anywhere there is no place to review these.

The closest similar thing is /admin/reports/post_edits but that does not show if any forum tags (/tags) where changed.

In case you wonder why this would be useful: I would like to use discourse as an issue tracker. It’s not ideal but sufficient for my use case. There’s been discussions on how to use discourse as a ticketing system and it seems possible in principle. Using it as a public issue tracker seems even simpler than a ticketing system. (Users require forum accounts to post. E-mail in is nice but not crucial.) In my case, only important thing to track is the status of the discussion and milestone (software version implementation goal). Using tags this is possible (tag status_closed) etc. But for example if a user or moderator by accident or trolling removes tag “milestone” then a “ticket” (actually forum discussion) could be lost from that view.

To learn about such topic tag change events, the ability to view tag changes would be super useful.

「いいね!」 1

I don’t know if you’ve already checked this but there is a plugin made specifically to handle tickets

「いいね!」 1

I saw this. I will consider it. Actually, I am in process of reading all subjects on discourse for issue tracking / ticket system.

For the use case as simple as mine, I was wondering if it would be doable / more sensible without an external plugin.

I hope my “view tag changes” request is useful enough outside of ticketing. Also please consider trolling / spamming where user edits its own post to add tag to add some badword.

Reason is, I’ve seen plugins here come and go. For now it looks well up to date but I saw other plugin discussions where I was too late for the party. The plugin was deprecated for two years already. Then I would hope to not be “stranded”. Migrating away from such as tickets plugin to another issue tracker in two or five years from now would be require a ton of time.

The “fix” is to remove those users from the site.

There is also marketplace, so you can have a plugin supported/created. :slight_smile:

私もこれを探していました。Discourse を課題追跡システム(トピックを使用)として使用する場合、特定のカテゴリ/タグの過去「x」日間のすべてのタグ変更のリストがあれば、現在の状態の定期的な概要やスナップショットを確認できて便利です。

Discourse Data Explorer で簡単に実現できるはずなので、SQL クエリを見つけたり作成したりしたら、ここで報告します。

「いいね!」 4

まったく簡単ではありません…

post_revisions の modifications 列にはシリアライズされた Ruby オブジェクトが格納されているため、PG の JSON 関数を使用することもできません。

この列を JSON に移植する必要があります。

「いいね!」 4

確かに、登録が公開されているFLOSSプロジェクトでは、タグいじりが行われた時点で既に被害は発生しています。したがって、タグの変更履歴を表示し、いたずらを簡単に元に戻す方法があると便利でしょう。

何か進展はありましたか?

こんにちは、私も特定のトピックのタグ変更を表示する方法を探していました。
これは非常に役立つでしょう。
ありがとうございます!