Community
Participate
Working Groups
When I submit a bug report that has leading white spaces in the description the white spaces are removed. Example: java.lang.IllegalArgumentException: port out of range: 0 at util.Sockets.connect(Sockets.java:111) Is changed to: java.lang.IllegalArgumentException: port out of range: 0 at util.Sockets.connect(Sockets.java:111)
Eugene, I had to modify HTML2TextReader that converts the JIRA output to text to get this to work. I think the conversion should be done in the core plug-in in RssContentHandler though since it is specific to the RSS feed and not in JiraTaskDataHandler. What do you think?
Created attachment 67757 [details] mylar/context/zip
Marking as resolved. Created bug 189695 for discussing refactoring mentioned in comment 1.