jira_worklogger

Version, currently master branch1 version
  • master branchlatestJun 18, 2024

github.com/messiias/jira_worklogger

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  jira_worklogger:
    github: messiias/jira_worklogger
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.12.1
License
MIT
Author
MessiasOlimpio
Target
  • server from src/server.cr

Dependencies

Runtime Dependencies

  • grip*github: grip-framework/grip
  • spectator*github: grip-framework/spectator

README

Jira Worklogger

Log work hours on Jira is boring task and sometimes integrating a tool to Jira can be burocratic, so to solve this problem this tool was developed! This is an independent Jira Worklogger that doesn't integrate with Jira, it only needs the Personal User Access ID. The purpose of this project is that the users easily can log their work hours into the Jira without

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/jira_worklogger/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors