devtyr / trello-burndown

Generate a burndown chart from trello tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrum for trello syntax not working

PortZar opened this issue · comments

Scrum for trello syntax not working
"(est) [esff]"

This is not working. This syntax return this error:

"at CardStatistics.generate (/home/david/devel/node_modules/trello-burndown/lib/cardstatistics.js:37:14)
"

Removing the whitespace between ) and [ should solve the issue.

I try this sintax:
"1"
"(1)[1]"
"1"
"(1) [1]"
And not working anything. I checked the regx and it return "null" in all cases.

Isn't the syntax [effective](estimate)

@PortZar @juristr is right, it is [effective](estimate). BUT, I've tested it today with the latest version of Scrum for Trello which can't handle effective points any more. Can someone confirm that?

@devtyr TrelloScrum still handles effective points, but oddly you now have to introduce a space in between the two indicators like [6] (7)

@juristr Ok, thanks. I'll do some updates and tests on trello-burndown.

I've updated trello-burndown to be able to handle [5] (3) -> [effective] (estimate) (please note the whitespace between both parts).

Btw, did u succeed to correctly get the cards from the "done" list?? I am
having issues in getting it to work.
On Oct 2, 2013 9:16 PM, "Norbert Eder" notifications@github.com wrote:

I've updated trello-burndown to be able to handle 5 -> effective (please note the whitespace between both parts).


Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-25568154
.

Oops sorry, saw your comment on the other issue just now.