Show Menu
Cheatography

Redmine Cheat Sheet by

Issue Workflow

Redmine

Issue properties

Issue Creation

Properties
Status
new
Assignee
Sprint
Code Review Required
Estimated time
Descri­ption
Related issues
optional
Subtasks
optional*
Checklist
optional*
* For multiple people or complex work

Issue Started

Properties
Status
in progress
Start date
% Done
ongoing*
Spent time
ongoing*
* Also commit hooks and/or WorkTime

Issue Complete

Properties
Status
code complete
in review
Assignee
release manager
reviewer
Test Steps
Build Steps
 

Git Flow

Source control workflow

New Repo

git checkout -b develop
git push origin develop

Branch

Feature
git checkout -b feature/#/desc
from develop
Release bug
git checkout -b release/#/desc
from release
Hotfix
git checkout -b hotfix/#/desc
from master
* Where # is issue number

Work

Commit
git add myfile.txt
add a new file
git commit -a -m "hooks"
See hooks
git push origin branch
Hooks
Updates #1
updates
Fixes #1
fixes
Review #1
review
Reopen #1
reopen
#1 @1h30m
times
Fixes #1 @45m - work done
example
 

Redmine

Issue statuses

Flow

New
In Progress
In Progress
In Review
Code Complete
In Review
In Progress
Code Complete
Code Complete
Integr­ation
Integr­ation
Testing
Testing
In Progress
Testing In Progress
Testing Complete
Testing Complete
Closed
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.