--
MahiroAndo - 2012-09-21
Thank you very much Mahiro for contributing this plugin! Totally in line with the
TWikiMission!
Shall I help out with some doc fixes?
I created supporting topics
JiraPluginDev,
JiraPluginAppraisal,
Support.JiraPlugin and
TWikibug:JiraPlugin
. I also tagged the plugin topic.
--
PeterThoeny - 2012-09-22
Would it be possible to insert in the doc details on how to provide Jira credentials?
Thank you
Thomas
--
Thomas Fozzi - 2013-03-15
I have installed Plugin Version: 2013-03-15 today and get the following error:
Undefined subroutine &TWiki::Func::isTrue called at ...lib/TWiki/Plugins/JiraPlugin.pm line 77., referer: .../twiki/bin/edit.pl/ProjectDev/JiraPluginWikiExample?topicparent=ProjectDev.Jira
Any idea whats wrong or how to fix it?
--
TWiki Guest - 2013-06-05
Dirk: As indicated in the registration form, please register with your real first name and last name.
What TWiki version do you have? TWiki::Func::isTrue was introduced in TWiki-4.3, $TWiki::Plugins::VERSION 1.2.
--
Peter Thoeny - 2013-06-05
ThomasFozzi: Current
JiraPlugin assumes only anonymous access or possibly cookie-based SSO (via
SsoForwardCookiePlugin) to the JIRA server. (Perhaps it might work by embedding username:password in URL, but I've never tried it.)
For future improvement ideas, what would be your use case? Would you like to be able to configure administrator's common username/password, or allow any users who edits the TWiki page to be able to specify some username/password?
--
Mahiro Ando - 2013-06-06
Thanks Peter, we ise Version: TWiki-4.1.2, Sat, 03 Mar 2007, build 13046 and will think about an update after more important
tasks have been fixed.
--
Dirk Hegner - 2013-06-11
I'm using a customfield as table header, like this:
fields="type_icon, key, summary, fixVersion, customfield_10810"
But the table header that is being rendered says "customfield_10810" instead of its real name. How to fix it?
--
Marcelo Bissaro - 2014-07-30
I do not have a solution, but the plugin needs to be enhanced to look up the title of the fields. A
TWiki consultant can help if needed.
--
Peter Thoeny - 2014-07-30
Related new plugin to complement this plugin:
JiraRestPlugin - make REST API calls to a JIRA server to get, create and update content.
--
Peter Thoeny - 2015-06-08