This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| redmine_commands [2015/01/29 10:54] – admin | redmine_commands [2015/11/23 12:29] (current) – [Redmine related commands] admin | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| ENV[' | ENV[' | ||
| + | Update Commit history: | ||
| + | < | ||
| + | ./ | ||
| + | </ | ||
| ===== Cron Reposman ===== | ===== Cron Reposman ===== | ||
| Line 53: | Line 57: | ||
| @workDaysOnly = working_days(from, | @workDaysOnly = working_days(from, | ||
| </ | </ | ||
| + | |||
| + | Get assignable users: | ||
| + | |||
| + | @issue.assignable_users | ||