[ANN] JIRA Plugin 0.1.1
Just uploaded 0.1.1 to the plugin manager:
- Renamed to "Jira Browser", ignore/uninstall the old "jira" one.
- Options to not use the plugin for projects that dont use JIRA
- Option to refresh the issues on startup ( seems to lock a bit over
dialup )
- Fixed the RSS feed URL I was using so it now pulls correct issues.
- Description display is now HTML rendered from a JEditorPane
- Double clicking an issue sends the JEditorPane to your JIRA install to
browse the issue ( I'll use the configured browser eventually ).
Mark
Please sign in to leave a comment.
On Sat, 24 Jan 2004 02:31:13 +1300, Mark Derricutt wrote:
Can any of the IntelliJ powers-that-be remove the old "jira" plugin from
the list? I can't delete it myself.
Thanks
Mark
Can't activate Issue Tracking...
Jira Configurable Panel do nothing then OK pressed, and also Apply
"Mark Derricutt" <mark@talios.com> wrote in message
news:pan.2004.01.23.13.31.11.139036@talios.com...
>
>
>
>
On Fri, 23 Jan 2004 16:57:26 +0300, Alexey Efimov wrote:
Gah, got a few NullPointers on a new project. Rolling 0.1.2 in a tick.
On Sat, 24 Jan 2004 03:19:57 +1300, Mark Derricutt wrote:
Grab 0.1.2 now.
Please use HTML text renderer for table columns Type, Priority and Others.
It can be in native language.
Thanks!
"Mark Derricutt" <mark@talios.com> wrote in message
news:pan.2004.01.23.13.31.11.139036@talios.com...
>
>
>
>
Following is the parse exception I receive when using the plugin. BTW - thanks for building this plugin.
org.jdom.input.JDOMParseException: Error on line 2277: The entity name must imme
diately follow the '&' in the entity reference.
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:381)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:694)
at com.talios.jira.browser.handlers.MyJiraIssuesHandler$1.run(MyJiraIssu
esHandler.java:62)
Caused by: org.xml.sax.SAXParseException: The entity name must immediately follo
w the '&' in the entity reference.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:370)
... 2 more
Caused by: org.xml.sax.SAXParseException: The entity name must immediately follo
w the '&' in the entity reference.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:370)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:694)
at com.talios.jira.browser.handlers.MyJiraIssuesHandler$1.run(MyJiraIssu
esHandler.java:62)
Caused by: org.xml.sax.SAXParseException: The entity name must immediately follo
w the '&' in the entity reference.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:370)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:694)
at com.talios.jira.browser.handlers.MyJiraIssuesHandler$1.run(MyJiraIssu
esHandler.java:62)
org.jdom.input.JDOMParseException: Error on line 27: The element type "link" mus
t be terminated by the matching end-tag "</link>".
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:381)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:694)
at com.talios.jira.browser.handlers.MyJiraIssuesHandler$1.run(MyJiraIssu
esHandler.java:62)
thanks for the plugin. it's a great start.
here is a wish list for future releases.
-option to launch real browser when double-clicked
-click on header to sort by that column
-quick search thru the list of issues
On Fri, 23 Jan 2004 18:15:24 +0000, Peter Thistleton wrote:
I noticed a few parse exceptions being thrown here myself, it would seem
Jira isn't dishing up valid XML in parts...
On Sat, 24 Jan 2004 07:52:14 +1300, Mark Derricutt wrote:
Weird, jira is giving me valid XML, but JDom is picking up errors. mmmm.
On Sat, 24 Jan 2004 17:43:51 +1300, Mark Derricutt wrote:
Well the unit tests pass fine, something is weird happening when running
from inside IDEA it seems.
On Fri, 23 Jan 2004 18:45:25 +0300, Alexey Efimov wrote:
Hiya, I can't seem to find any reference to an HTML renderer for JTable
cells? Have any pointers?
Mark
Try a JLabel with HTML-text.
Tom
On Fri, 23 Jan 2004 18:45:25 +0300, Alexey Efimov wrote:
Can ya post me the text you're using for the field entries so I can see a)
what it is, b) what it looks like c) when I've got it right :)
Mark
On Fri, 23 Jan 2004 18:17:49 +0000, ming fang wrote:
Latest build does this ( optionally set in the settings ), hopefully I'll
push it up shortly.
Is there a way to pass in more than one project (comma delimited list, etc..)? I access three projects at work.
On Sun, 01 Feb 2004 16:49:20 +0000, Peter Thistleton wrote:
Not yet, that is planned, hopefully it'll be in the next build.
I'm looking at:
- Multiple Jira projects at the root project level component
- A ( or still maybe multiple ) Jira Projects per Module
Mark
On Mon, 02 Feb 2004 07:53:56 +1300, Mark Derricutt wrote:
I now have a Jira project thanks for Scott @ Atlassian:
http://jira.atlassian.com/secure/BrowseProject.jspa?id=10521
Add any issues there...