Skip to content

implement --assignee with relative and absolute additions

Kerri Miller requested to merge github/fork/maxice8/update-assignees into trunk

Created by: maxice8

Description

  • feat(commands/cmdutils): add helper function to parse --assignee
  • feat(internal/utils): add helper functions to deal with []string
  • feat(commands/issue/update): add rudimentary --assignee support
  • test(internal/utils): implement tests for added helper functions

Related Issue

Resolves #467 (closed) (Need to implement for mr update)

How Has This Been Tested?

Against Leo/agl on gitlab.alpinelinux.org

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports