Fixed
Project:
Burndown
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2026 at 01:13 UTC
Updated:
25 Jul 2026 at 02:22 UTC
Jump to comment: Most recent
The Tugboat instance is creating the 2 Kanban tickets, but for some reason it is failing to make the 2 sprint tickets. It would be good to get this resolved to make QA easier.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jeremylichtman commentedThis worries me. Anything in watchdog?
Comment #4
swirtNo nothing in watchdog or the tugboat log. I don't think it's a big deal. I am sure it is just a mismatch between the drush commands in the tugboat yml that are creating the project and the one creating the tasks.
Comment #5
jeremylichtman commentedIt might be the estimate sizes on those two tasks. The sprint project is set to use t-shirt sizes.
So:
vendor/bin/drush burndown:add_task --shortcode=SSPR --task_name="New Task on Sprint" --assignee=admin --reported_by=admin --priority=Medium --estimate=XS --description="This is a description of the task."
vendor/bin/drush burndown:add_task --shortcode=SSPR --task_name="An easy Sprint task" --assignee=admin --reported_by=admin --priority=High --estimate=M --description="A more urgent task."
I'm having issues pushing to drupalcode that I don't have the energy to dig into this evening. This should fix it though.
Comment #6
swirtThanks. I figured it was likely something like that. I'll get it pushed up.
Comment #9
swirtGood eyes @jeremylichtman. That fixed it.