# Как узнать, кто выбрал решение

**URL:** https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801
**Category:** Support
**Tags:** solved
**Created:** [23.Сентябрь.2024 17:52:01 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801 "2024-09-23T17:52:01Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [23.Сентябрь.2024 17:57:41 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/2 "2024-09-23T17:57:41Z")

</div>

Вы можете использовать плагин [Data Explorer](https://meta.discourse.org/t/32566?silent=true), чтобы узнать:

> [@Кто пометил конкретную тему как решённую](https://meta.discourse.org/t/who-has-marked-a-particular-topic-as-solved/261876):
>
> Чтобы узнать, кто пометил конкретную тему как решённую: -- [params] -- topic\_id :topic\_id SELECT target\_topic\_id, acting\_user\_id, created\_at::date FROM user\_actions WHERE target\_topic\_id = :topic\_id AND action\_type = 15 ORDER BY created\_at DESC

> [@How do I see who is marking solved and on what?](https://meta.discourse.org/t/how-do-i-see-who-is-marking-solved-and-on-what/63981/4):
>
> I was interested to see these stats for my instance as well, so had a go at making some queries for [data explorer](https://meta.discourse.org/t/32566?silent=true): To list each individual “solved” event: SELECT acting\_user\_id, target\_topic\_id, target\_post\_id, created\_at FROM user\_actions WHERE action\_type=15 ORDER BY created\_at DESC To produce a list with stats per-user: (with variable for time interval, defaults to 1 year): -- [params] -- string :interval = 1 year SELECT ua.acting\_user\_id, count(case t.user\_id when ua.acting\_use…

Также есть открытая запрос на функционал #Contribute > Feature, который может вас заинтересовать и к которому вы захотите присоединиться:

> [@Показать пользователя, отметившего ответ как правильный](https://meta.discourse.org/t/display-the-user-who-marked-the-answer-as-correct/249016/9):
>
> Неоднократно я хотел бы знать, кто пометил сообщение как решение: это сделал автор темы или кто-то другой (по какой-либо причине) захотел закрыть тему.

---

_[View the full topic](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801)._
