Skip to content

Commit

Permalink
v73.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Apr 3, 2024
1 parent 1e805ab commit b8ca86e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Models/Ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ class Ticket extends Model
'state' => '',
'workflow_type' => '',
'points' => 0,
'actual' => null,
'expected' => null,
'steps' => null,
'story' => null,
'criteria' => null,
'reproducibility' => null,
Expand Down

0 comments on commit b8ca86e

Please sign in to comment.