Categorygithub.com/mhersson/gojira
modulepackage
0.12.3
Repository: https://github.com/mhersson/gojira.git
Documentation: pkg.go.dev

# README

The Gojira JIRA client

Build status

This project is a product of me being bored out of my mind because of Corona virus quarantine combined with Easter holidays.

Gojira is the Japanese word for Godzilla.

Key Features

  • Create issues

  • Create and edit existing comments

  • Create or edit worklogs for time reporting

  • Import registered hours of colleagues to copy reporting (*)

  • Import your own previously registered hours for reoccurring meetings (*)

  • Show time reporting statistics (*)

  • Update issue status and assignee

  • Show comments, current status and the entire worklog

  • One view to show it all with the describe command

  • Display all unresolved issues assigned to you

  • Display the current sprint with all issues and statuses

  • Mark issue and/or board as active for less typing

  • Use your favorite editor set by $EDITOR, defaults to vim

  • Open issue in default browser

  • Integrates with passwordstore and gpg to keep your password safe.

  • Full command tab completion support, and most commands have

  • Assigned command aliases to their first letter for less typing.

    (*) Only with timesheet plugin enabled

Build Instructions

Clone the repo then run make build and/or make install

Install Instructions

After building make sure the Gojira executable is in your path.

Copy the config-example.yaml to $HOME/.config/gojira/config.yaml and edit the JIRA server setting, username and password

# Packages

Copyright © 2020-2024 Morten Hersson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
No description provided by the author