0.0
Low commit activity in last 3 years
No release in over a year
This gem generates a Jira ticket oriented summary and it syncs TimeWarrior entries with Jira ticket's worklog.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1.4
~> 10.0
~> 3.0
~> 0.19.0

Runtime

 Project Readme

Xfel::Timew

This is a report and sync tool for TimeWarrior -> Jira ticket's worklog.

Installation

gem install xfel-timew-jira

export TMP_EXTENSION_FNAME='~/.timewarrior/extensions/xfel_timew_jira.rb'
echo '#!/usr/bin/env ruby' > "$TMP_EXTENSION_FNAME"
echo "require 'xfel_timew_jira'" >> "$TMP_EXTENSION_FNAME"

Usage

Report only

timew xfel-timew-jira

Sync & report

XFEL_JIRA_SYNC=1 \
  JIRA_HOST=your.jira.host.com \
  JIRA_USER=username \
  JIRA_PASS=password \
  timew xfel-timew-jira

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fernando-jascovich/xfel-timew-jira.

License

The gem is available as open source under the terms of the MIT License.