# RJxJira Work instruction
###### tags: `onboard`
### Epic
group of features that can to track timeline
- **format** `[ PO name ] epic name`
- **detail** story backgroud
- **example**
- [jaae] Kerry Door to Door
### Story
a single feature with business value
- **format** `[ PO name] story name`
- **detail** a business requirement or user journey, user story
- estimate story point
- use card id for branch name *ex* `RJAPP-xxx-kerry-order-pickup`
- **example**
- [jaae] order pickup
- [jaae] view order status
- [jaae] cancle pickup
- [jaae] admin can cancle pickup for user
### Bug
a bug from production env
- **format** `[ PO name] bug name`
- **detail** bug detail and repoduce step
- estimate story point
- use card id for branch name
### sub task
for dev use to identify and sperate task for the story in design, backend, admin page, mobile
- **format** `[backend/mobile/etc] task name`
- **detail task** requirment and detail
- no need for story point / use estimate hours
- use subtask card id + story card id for submit message *ex* `[RJAPP-xxx][RJAPP-yyy] create db for kerry`