Giter VIP home page Giter VIP logo

jiratotaskmanagers's People

Contributors

afazio avatar bdurrow avatar hackerdude avatar mmedal avatar sebhenne avatar zenibako avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jiratotaskmanagers's Issues

Any updates

Hello,

Is there any updates on this project. Looks like it's not being maintained anymore. Would love to sync Jira with the new Omnifocus 4.

  • all the best!

Add to Things is broken now

Just wanted to let people know that the current implementation of adding to Things3 seems broken. This is because the add method relies on the Things3 to search an existing task by name. In the past Things3 searched the open and completed tasks for this but this has changed in a recent update. This will cause the script to re-add every task after marking it complete.

The code can be found here:

var things_name = things_task.name()

I fixed this in my fork of this project, see https://github.com/KingOfSpades/JiraToThings3/blob/9f998190b428ad7b440dfcad40c0338ed53984c9/lib/task_destinations/add_to_things3.jxa#L81

This is done by not re adding tasks that are marked as complete in Jira.

Feature Request: Two-Way-Sync

Right now I can sync from Jira to Things3. It would be a huge upgrade, if the status of the tasks I changed in Things3 would be updated in Jira as well.

I wouldn't mind, if there are restrictions like

  • not allowed to rename tasks
  • specific schema for task name required
  • ...

Error uninitialized constant ConfigStore::FileUtils (NameError)

Hi newly set up on OS X Sierra, might be specific to me not sure, i have tired it with several versions of ruby.

Error:
JIRA Password:

** Task App Config

Omnifocus App Name ([Enter] for Omnifocus):

Project Name: ([Enter] for Work):

Context: ([Enter] for Office):

Store config? (y/n) y
Running JQL:
assignee = currentUser() order by priority desc

  • Pg: 1
    Storing config
    Storing on /Users/scp/.jiratotaskmanagers/jira_to_omnifocus.yml
    /Users/scp/bin/lib/config_store.rb:86:in store_config': uninitialized constant ConfigStore::FileUtils (NameError) Did you mean? FileTest from /Users/scp/bin/lib/task_sources/jira/jira_to_jxa_app.rb:125:inmain'
    from jira-to-omnifocus:28:in `'

Gem Env:
Stevens-Mac:lib scp$ gem env
RubyGems Environment:

  • RUBYGEMS VERSION: 2.5.1
  • RUBY VERSION: 2.3.1 (2016-04-26 patchlevel 112) [x86_64-darwin16]
  • INSTALLATION DIRECTORY: /Users/scp/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0
  • USER INSTALLATION DIRECTORY: /Users/scp/.gem/ruby/2.3.0
  • RUBY EXECUTABLE: /Users/scp/.rbenv/versions/2.3.1/bin/ruby
  • EXECUTABLE DIRECTORY: /Users/scp/.rbenv/versions/2.3.1/bin
  • SPEC CACHE DIRECTORY: /Users/scp/.gem/specs
  • SYSTEM CONFIGURATION DIRECTORY: /Users/scp/.rbenv/versions/2.3.1/etc
  • RUBYGEMS PLATFORMS:
    • ruby
    • x86_64-darwin-16
  • GEM PATHS:
    • /Users/scp/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0
    • /Users/scp/.gem/ruby/2.3.0
  • GEM CONFIGURATION:
    • :update_sources => true
    • :verbose => true
    • :backtrace => false
    • :bulk_threshold => 1000
  • REMOTE SOURCES:
  • SHELL PATH:
    • /Users/scp/.rbenv/versions/2.3.1/bin
    • /usr/local/Cellar/rbenv/1.0.0/libexec
    • /Users/scp/.rbenv/shims
    • /Users/scp/.rbenv/shims
    • /usr/local/bin
    • /usr/bin
    • /bin
    • /usr/sbin
    • /sbin
    • /Applications/Server.app/Contents/ServerRoot/usr/bin
    • /Applications/Server.app/Contents/ServerRoot/usr/sbin

Bundle env with the latest rubyenv:

Stevens-Mac:lib scp$ ruby /usr/local/bin/bundle env
Environment

Bundler   1.13.2
Rubygems  2.5.1
Ruby      2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin16]
Git       2.8.4 (Apple Git-73)

../Gemfile

source 'https://rubygems.org'
#ruby "2.1.5"

gem 'jira-ruby', '0.1.14'
gem 'crypt', '~> 2'
gem 'password', '1.3' # TODO Are we even using this?
gem 'getopt', '1.4.2'
gem 'rest-client' # For jiratoomnifocus. Jiratothings uses jira-ruby

# gem 'byebug'

../Gemfile.lock

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.0.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    concurrent-ruby (1.0.2)
    crypt (2.2.1)
    domain_name (0.5.20160826)
      unf (>= 0.0.5, < 1.0.0)
    getopt (1.4.2)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    i18n (0.7.0)
    jira-ruby (0.1.14)
      activesupport
      oauth (~> 0.4.7)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    minitest (5.9.1)
    netrc (0.11.0)
    oauth (0.4.7)
    password (1.3)
      activesupport (>= 2.0.2)
    rest-client (2.0.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.2)

PLATFORMS
  ruby

DEPENDENCIES
  crypt (~> 2)
  getopt (= 1.4.2)
  jira-ruby (= 0.1.14)
  password (= 1.3)
  rest-client

BUNDLED WITH
   1.13.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.