Sprint Burndown chart

Issue #82 closed
Alexander Makarov created an issue

Hi!

I want to see Sprint Burndown chart. Which will show days of the open Sprint on X axes (duration of out sprint usually one or two weeks) and Number of Sub-task on the Y axes (Developers splits user story to sub-tasks, so we count them without main User Story ).

So, seems that I have a problem. Maybe I’m doing something wrong. Could You help me?

There are details of what I’m doing:

  1. I specify “Chart options“

2. I specify “Chart details“

3. I specify “Datasets“

That is what I put in JQL: project= Robiotic and Sprint in openSprints() and type = Sub-task

That is what I have at output:

You You give me advise, what I could change?

And this is my board:

Comments (5)

  1. boydo repo owner

    I think you might want something like:

    project = Robiotic and Sprint in openSprints() and type = Sub-task and status was in ('To Do', 'In Progress')
    
  2. Alexander Makarov reporter

    Thank You, David!

    That was exactly what I was looking for. I didn’t use past time in JQL, so that is why it didn’t work.

    I didn’t find in manuals how to create line of ideal burn. Is this possible?

  3. Log in to comment