Skip to content

Feature: Task move and bulk workflow stage move - #113

Merged
rafaeljusto merged 1 commit into
mainfrom
feature/task-move
Aug 10, 2026
Merged

Feature: Task move and bulk workflow stage move#113
rafaeljusto merged 1 commit into
mainfrom
feature/task-move

Conversation

@rafaeljusto

Copy link
Copy Markdown
Contributor

Description

Add TaskMoveRequest for PUT /tasks/{id}/move.json, the only route that moves a task to another project, and WorkflowStageTasksMoveRequest, which moves a set of tasks in one request instead of one per task. LegacyNumericList can now be decoded.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Testing

  • Tests pass locally (go test -v ./...)
  • Added/updated tests for new functionality

Checklist

  • Code follows project style guidelines
  • Self-reviewed the code
  • Added necessary documentation
  • No new warnings or errors

Add `TaskMoveRequest` for `PUT /tasks/{id}/move.json`, the only route that
moves a task to another project, and `WorkflowStageTasksMoveRequest`, which
moves a set of tasks in one request instead of one per task.
`LegacyNumericList` can now be decoded.
@rafaeljusto
rafaeljusto requested a review from a team as a code owner August 10, 2026 19:20
@rafaeljusto
rafaeljusto merged commit d1edffa into main Aug 10, 2026
3 checks passed
@rafaeljusto
rafaeljusto deleted the feature/task-move branch August 10, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant