Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhonyLou committed Mar 5, 2020
1 parent 28ca369 commit e11b923
Showing 1 changed file with 6 additions and 37 deletions.
43 changes: 6 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Jira Cycle Time Tool

[![Build Status](https://travis-ci.org/PhonyLou/jira-calc.svg?branch=master)](https://travis-ci.org/PhonyLou/jira-calc)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Expand Down Expand Up @@ -56,45 +58,12 @@ Please make sure you have installed JVM before starting the application.
## How to change the result scope?
Open ```release/env/jql.txt``` and change the filter condition
### TianZhou
#### JQL (Juno):
```
jql: project = JUNO AND (assignee in (Liang.Cui, Jingjun.Zhang, Qilin.Lou, Jingtian.Mo, Hongxing.Chen, Yunpeng.Ding) OR assignee was in (Liang.Cui, Jingjun.Zhang, Qilin.Lou, Jingtian.Mo, Hongxing.Chen, Yunpeng.Ding)) AND status changed to done before now() after -30d ORDER BY priority DESC
```
#### Stages (Juno):
```
card-stage: Backlog, Analysis, Selected for Development, In-Progress, Showcase, Done
```
#### JQL (Tianzhou):
```
jql: project = tianzhou AND (assignee in (Liang.Cui, Jingjun.Zhang, Qilin.Lou, Jingtian.Mo, Hongxing.Chen, Yunpeng.Ding) OR assignee was in (Liang.Cui, Jingjun.Zhang, Qilin.Lou, Jingtian.Mo, Hongxing.Chen, Yunpeng.Ding)) ORDER BY priority DESC
```
#### Stages (Tianzhou):
#### JQL Example:
```
card-stage: READY FOR DEV, In Progress, Blocked, Showcase, Done
```
### ShenZhou
#### JQL:
```
jql: (assignee in (Jianing.Zheng, Minghao.Tan, Jie.Chen, Yingjuan.Wang, pei.wang2) OR assignee was in (Jianing.Zheng, Minghao.Tan, Jie.Chen, Yingjuan.Wang, pei.wang2)) AND status changed to Complete before now() after -30d ORDER BY priority DESC
jql: project = Ao-li-gei AND (assignee in (Aotian.Long, Liangchen.ye, TieChui.Zhuge) OR assignee was in (Aotian.Long, Liangchen.ye, TieChui.Zhuge)) AND status changed to done before now() after -30d ORDER BY priority DESC
```
#### Stages:
```
card-stage: Backlog, Ready for Dev, In-Progress, Waiting (other dependancy), Complete
```
### YiLong
#### JQL:
```
jql: (assignee in (siyu.gou, sebastian.thiel, ke.liu,Hanxian.Lin,nan.li,junli.li,lin.fang) OR assignee was in (sebastian.thiel, ke.liu,Hanxian.Lin,nan.li,junli.li,lin.fang)) ORDER BY priority DESC
```
#### Stages:
```
card-stage: To Do, In Progress, TEST, Ready For Release, Done
```
card-stage: Backlog, Analysis, Selected for Development, In-Progress, Showcase, Done
```

0 comments on commit e11b923

Please sign in to comment.