- Bumped Go version to 1.23 runtime.
- Allow the caller of
make docker-build
to specify the Docker platform. - Add in the release version to the auto-generated binaries during a release.
- Bumped docker image to Go 1.21 runtime.
- Display story point values on the
walter board issues [board]
command.
- Bumped docker image to Go 1.19 runtime.
- Provide the ability to
--group-by
on thesprint issues
command.- You can group by
board
orlabel
. This will provide a list of issues either under the board column heading, or under each label an issue has assigned to it. - Note that if you group by
label
an issue may appear in the output twice, under each label.
- You can group by
- Consistently render the issue (including story points if configured) in the search results.
- The releases will now include the built binaries for different platforms/architectures.
- Bumped docker image to Go 1.18 runtime.
- Show story point values in the
sprint issues
output, if the field is defined.
- Bumped docker image to Go 1.16 runtime.
- Bump the build environment to test on 1.16.
- Bump the dependencies.
- Run the GitHub actions on multiple versions of Go.
- List all the boards, not just the limit of 50. Thanks to Richard Neal for raising.
walter board list
- Use the
Name
attribute to search for a single board, rather than pulling all boards back, and iterating over them, to find the match.
- Addition of a
search
command. This allows you to run JQL either via the configuration file (you specify--template
to find the correct template in the config file), or the CLI--query
option. It displays the ID, and the title of the issues it finds. Iffields.story_point_field
is defined in your configuration, the output will also include the Story Point value. - Option of
--format
on the search command, that allows you to either get a list of issues, or a table view of data. When coupled with the story point field, you can see a tablular view of: Total issues, Total story points, Total not story pointed.
- Addition of the
-v
flag on thesprint list
command.
- The configuration file has now moved to
~/.benmatselby/walter.yml
.
- First initial versioned release of walter.
- Ability to list boards.
- Ability to list all issues for a given board.
- Ability to list all issues for a given board.
- Ability to list sprints.
- Ability to list issues for a sprint.
- Ability to show a burn down table of data for a given board and sprint.