Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislav-yashin committed Mar 20, 2018
1 parent 04eda5c commit 13871b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

Plugin is developed by [Southbridge](https://southbridge.io).

This plugin is designed to reopen the frozen issues on the scheduled day.
This plugin is designed to reopen the frozen issues on the scheduled time.

Please help us make this plugin better telling us of any [issues](https://github.com/centosadmin/redmine_issue_open_date/issues) you'll face using it. We are ready to answer all your questions regarding this plugin.

## Short description

Plugin executes the 'rake issue_open_date:switch' command at 00:01.
Plugin executes the 'rake issue_open_date:switch' command every 5 minutes

It will return all the tickets that have the _**Frozen**_ status and are scheduled to be reopened on the next day.
It will return all the tickets that have the _**Frozen**_ status and are scheduled to be reopened on сurrent time.

All such tickets will get the _**New**_ status.

Expand Down
6 changes: 3 additions & 3 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

Плагин разработан [Southbridge](https://southbridge.io).

Плагин предназначен для открытия замороженных задач в назначенный день.
Плагин предназначен для открытия замороженных задач в назначенное время.

Пожалуйста помогите нам сделать этот плагин лучше, сообщая во вкладке [Issues](https://github.com/centosadmin/redmine_issue_open_date/issues) обо всех проблемах, с которыми Вы столкнётесь при его использовании. Мы готовы ответить на Все ваши вопросы, касающиеся этого плагина.

## Алгоритм работы

В 00:01 выполнится `rake issue_open_date:switch`.
Каждые 5 минут выполняется команда `rake issue_open_date:switch`.

Сделается выборка всех задач со статусом "Заморожена", дата открытия которых установлена на текущий день.
Сделается выборка всех задач со статусом "Заморожена", время открытия которых больше, либо равно текущему времени.

Для каждой задачи будет выставлен статус открытой.

Expand Down

0 comments on commit 13871b4

Please sign in to comment.