Answer the question
In order to leave comments, you need to log in
How to view a task from Review in Jira?
Hello.
I closed the task in fat, pointed it to "review", but I forgot to look there, and I can't find the task.
Can I somehow see the tasks from the review if I am a developer here, and I don’t have admin rights here and all that?
I'm attaching a photo:
Answer the question
In order to leave comments, you need to log in
Good afternoon!
1. You can check via search :)
https://confluence.atlassian.com/jirasoftwarecloud...
https://www.atlassian.com/blog/jira-software/jql-t...
2. You can map in kanban board
Sincerely,
Gonchik Tsymzhitov
SELECT COUNT(*) as count, status FROM users WHERE status = %status_id%
count довольно дорогая операция.
Сделайте отдельную таблицу для аггрегированных данных: status tinyint, count int. Поддерживать актуальность данных пачкой триггеров: на insert увеличиваете счётчик нужного status, на update уменьшаете OLD.status и увеличиваете NEW.status, на delete уменьшаете status.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question