mteodori / jira-git-plugin

Other
66 stars 48 forks source link

JIRA 6.x compatiblity #7

Closed martinmalek closed 11 years ago

martinmalek commented 11 years ago

It would be nice to get this to work with JIRA 6.x

We managed to connect to our gitlab server but the output is not pretty.

therealprof commented 11 years ago

The subversion plugin has the same problem. See: https://answers.atlassian.com/questions/173511/when-will-the-jira-subversion-plugin-be-available-for-version-6 for a workaround

martinmalek commented 11 years ago

Thanks therealprof

If the fix is as easy as commenting out disable_html_escaping() or similar it shouldn't be any issues releasing a JIRA 6.x compatible version.

therealprof commented 11 years ago

disable_html_escaping()

needs to be inserted in both the issue and project panel templates. I've verified that this works.

Just not sure what this will do to <6.0 compatibility.

jpwalters commented 11 years ago

I'm having the same Jira 6.x formatting issue with git as well.

therealprof, can you either post your code or tell me where to insert #disable_html_escaping() in the template files so that I can fix installation?

jpwalters commented 11 years ago

I added the #disable_html_escaping() line to the top of each xml template, update the jar file BUT I didn't restart Jira. Once I restarted Jira the formatting issues is now resolved. Thanks guys for the fix.

martinmalek commented 11 years ago

Still. A release with the patch applied for 6.x is the way to go instead of having everyone monkey pathcing their installations.

mteodori commented 11 years ago

pull request anyone?