mteodori / jira-git-plugin

Other
66 stars 48 forks source link

Links not being rendered correctly #11

Open jaredgriffith opened 11 years ago

jaredgriffith commented 11 years ago

git_commit_plugin_error I am using Jira 6.0.5 with the 0.6.1 plug in and everything was working up until recently. It appears that the gitweb links are not being rendered correctly in the Git Commits tab. Please see attached for what we are seeing now.

vasilievip commented 11 years ago

Do you have gitlab or something? I compiled latest master and links are working, leading to the wrong place, but working. There is pull request which may fix target for links https://github.com/mteodori/jira-git-plugin/pull/2, but did not test yet.

jaredgriffith commented 11 years ago

We are using gitweb that we host locally. I upgraded Jira 2 weeks ago, and I haven't touched gitweb for some time. The links were being rendered properly last week. This just started to happen today. I'm going to try and restart Jira to see if that fixes it. I also opened a ticket with Atlassian to see if it's something on their side.

jaredgriffith commented 11 years ago

Restarting Jira didn't help.

jaredgriffith commented 11 years ago

Atlassian said that this is something that I have to take up with you guys since it's not something they control / manage.

andrea-vaccaro commented 10 years ago

Hi, I got the same problem, have you solved it?

Thanks, Andrea

PatrickHuetter commented 10 years ago

Same problem here!

ljader commented 10 years ago

Had same problem - with Jira 6.x you shouldn't use this version https://github.com/downloads/mteodori/jira-git-plugin/jira-git-plugin-0.6.1-SNAPSHOT.jar This is 2 years old version, build from code compatible only with Jira 5.x.

Tu run this plugin with Jira 6.x you HAVE to download code and build it yourself!

edrush commented 10 years ago

Hi,

are there any news about this? We have the same problem. Did somebody maybe fork this project, and what about the pull request which offers a solution?

Thanks! Wolfram

carvo-zz commented 9 years ago

@ljader Do U have some tutorial to build it? I try to clone in my PC and run "mvn clean install" (with ~/.m2/settings.xml configured) without success.

Thx in advance, Carvo.

ljader commented 9 years ago

@carvo can you share what are your build errors?