JIRA 6.2 API: What happened to com.atlassian.jira.web.action.issue.IssueNavigator?

robert.sanders April 2, 2014

did it move into another package? is it renamed?

how should plugin code referencing IssueNavigator be refactored to work in JIRA 6.2?

1 answer

0 votes
robert.sanders April 3, 2014

Solved my problem by deleting the class that included this old IssueNavigator dependency.

Juanjo Martin June 4, 2014

I have the same problem, but instead Robert, I can't delete the classes that have dependencies on IssueNavigator.

IssueNavigator class is present even in 6.1 version, and no message about any kind of deprecation was included. Then, in 6.2 version, IssueNavigator action has dissapeared.

Please, any kind of suggestion about what can I do to migrate every IssueNavigator references in a plugin I have to maintain?

Thank you very much in advance.

Regards

robert.sanders June 4, 2014

I had to totally remove all dependencies to IssueNavigator to migrate tp 6.2.

Suggest an answer

Log in or Sign up to answer