changhaitravis / foresight

Jira add-on to visualize dependencies between issues.
Apache License 2.0
0 stars 1 forks source link

Jira 7.x Support #13

Closed ophilippsen closed 8 years ago

ophilippsen commented 8 years ago

Hi Travis,

what do you think about JIRA 7.x support ? Any plans ? Need Support ?

changhaitravis commented 8 years ago

My team has work has not made the upgrade to JIRA 7 yet. This code base for my foresight should be stable enough to port over, however as I recall, I fell into the trap of using two deprecated APIs, so there's a good chance the code will break after compiling for JIRA 7...

changhaitravis commented 8 years ago

Good news, I successfully compiled for JIRA 7.1.9 I had to fix the IssueTabPanel. Besides that, I've clicked around, and nothing seems to have Broken. I'll create a release for 7.1 some time over the weekend.

changhaitravis commented 8 years ago

K, Foresight v.1.0.3 for Jira7 has been released, since it seemed to work just fine on 7.1.9 A .jar binary is present on the release page, or you can compile from source or the jira7 branch head.

If you use it or find any bugs or suggestions, feel free to report them here.

ophilippsen commented 8 years ago

wow - that´s great, will test it following week and report