From 58bcb2019a4208a2d156c80cf702a09b2afb919f Mon Sep 17 00:00:00 2001 From: ActionableAgile Date: Sun, 13 Dec 2015 23:50:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a0432..85d2ba1 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Workflow: Sometimes Jira issues are created with a certain status, and there is no event that corresponds to a move into that status, so there is no date at which the work item entered the corresponding workflow stage. You can designate that an item be created in a certain workflow stage by adding (Created) to the list of Jira statuses. For example, in the previous example if you wanted to designate that items enter the ToDo workflow stage when they are created, you would change the workflow section of the config file as follows: Workflow: -    ToDo: ToDo, (Created) +    ToDo: ToDo, (Created)     Doing: Doing     Done: Done