A new version of jic has been released: v15.07.1 https://github.com/ototo/jic
It's a bugfix release - there was a regression for the case when jira-python module is not installed.
Please try it out and report bugs here: https://bugs.linaro.org/describecomponents.cgi?product=jic
It is not a production quality software yet - more like an enthusiast version that might sneeze here and there. The work is continuing so expect improving of the reliability and user experience, as well as adding more features.
OAuth bug is still not resolved for Ubuntu, but support for keyrings is fully sufficient for seamless use with no compromised security. Please take a look at this bug if you have problems performing OAuth dance: https://bugs.linaro.org/show_bug.cgi?id=813
Here is the change log for the release:
commit e14f5779502b6caea42140fb32d4d7eaee3caee7 Author: Serge Broslavsky serge.broslavsky@linaro.org Date: Thu Feb 12 11:13:37 2015 +0800
New release: v15.07.1
commit 130f50cf089811fb7ddf2fbbb5e1bc48b84627c9 Author: Serge Broslavsky serge.broslavsky@linaro.org Date: Thu Feb 12 11:05:56 2015 +0800
documentation: rename INSTALL to INSTALL.md
As INSTALL file got renamed to INSTALL.md, error messages referring to that file should also be updated.
commit bc68fbe656b4016940c0d195185301867abe55c4 Author: Serge Broslavsky serge.broslavsky@linaro.org Date: Thu Feb 12 10:42:44 2015 +0800
python imports: report missing packages properly
The case of missing jira python module jic should properly report the issue. Previous attempt to improve that brought a regressing in. This patch is fixing the regression.
Signed-off-by: Serge Broslavsky serge.broslavsky@linaro.org