test-integration / tasks /linear /drag-and-reassign-issue.json
dzakaathif's picture
PR #9
23349a0 verified
raw
history blame
2.37 kB
{
"spa": "linear",
"id": "drag-and-reassign-issue",
"name": "Drag and Reassign Issue",
"description": "Drag issue VSS-106 from Riley's Queued to Chen's In Progress",
"tier": "free",
"environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-production.s3.us-east-1.amazonaws.com/linear/index.html\"}",
"initial_state": "{\"issues\": [{\"id\": \"6\", \"identifier\": \"VSS-106\", \"title\": \"Build real-time life support system monitoring API\", \"status\": \"queued\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"medium\"}], \"users\": [{\"id\": \"1\", \"name\": \"Riley\", \"avatar\": \"R\", \"email\": \"riley@station.space\"}, {\"id\": \"2\", \"name\": \"Chen\", \"avatar\": \"C\", \"email\": \"chen@station.space\"}], \"labels\": [{\"id\": \"label1\", \"name\": \"Bug\", \"color\": \"#EF4444\"}, {\"id\": \"label2\", \"name\": \"Operations\", \"color\": \"#8B5CF6\"}, {\"id\": \"label3\", \"name\": \"Feature\", \"color\": \"#10B981\"}], \"cycles\": [{\"id\": \"cycle53\", \"name\": \"Cycle 53\", \"startDate\": \"Oct 20\", \"endDate\": \"Oct 26\", \"scope\": 114, \"started\": 32, \"completed\": 22, \"status\": \"current\"}, {\"id\": \"cycle54\", \"name\": \"Cycle 54\", \"startDate\": \"Oct 27\", \"endDate\": \"Nov 2\", \"scope\": 0, \"started\": 0, \"completed\": 0, \"status\": \"upcoming\"}], \"projects\": [{\"id\": \"proj1\", \"name\": \"Data Collector\", \"teamId\": \"team1\"}], \"milestones\": [{\"id\": \"milestone3\", \"name\": \"Data Pipeline v2 Release\", \"targetDate\": \"Nov 1\", \"color\": \"#10B981\", \"projectId\": \"proj1\"}], \"teamIdentifier\": \"VSS\"}",
"instructions": "{\"user_prompt\": \"Drag issue VSS-106 to change both its status and assignee by following these steps: 1) Locate issue VSS-106 in Riley's row in the Queued column on the kanban board. 2) Click and hold on the issue card. 3) Drag the issue to Chen's row in the In Progress column. 4) Release to drop the issue (this will change both the status to 'In Progress' and the assignee to 'Chen').\", \"success_criteria\": \"Issue VSS-106 must have status='in_progress' and assigneeId='2' (Chen).\"}",
"reward_function": "_validate_drag_and_reassign_issue",
"valid_target_states": "",
"max_steps": 8,
"timeout_seconds": 90,
"metadata": "{\"category\": \"productivity\", \"difficulty\": \"medium\"}"
}