Adds 'associate-orphans' subcommand. Refs #19920
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 25 Jan 2023 18:38:35 +0000 (15:38 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 25 Jan 2023 18:51:40 +0000 (15:51 -0300)
commitc231a405c9c9795d63f9d18451beb5e31e19a17e
treee025da1c6e00cd7938bb29c86e2e4a75eaf68bb6
parent910855ed735ae713198cd43df7855653c0dc4d64
Adds 'associate-orphans' subcommand. Refs #19920

This subcommand takes a project name, a release ID and searches for
every open issue that's not assigned to a version and release,
associating it with the given release ID.
There's a dry-run parameter to allow the user to double check before
committing.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
cmd/art/.gitignore [new file with mode: 0644]
cmd/art/redmine.go