How to access CloneIssueDetails class in my plugin

Radha Khullar March 24, 2015

I am writing a plugin that involves overriding CloneIssueDetails class. I can see the class under <install Directory>/target/jira/webapp/WEB-INF/classes/com/atlassian/jira/web/action/issue path.

And I assume classes that my plugin can understand is at path <install Directory>/target/classes

Please guide me how can I make CloneIssueDetails class available to my plugin. As I learnt this class is not a part of JAR that can be added to the build path of the plugin.

2 answers

0 votes
Radha Khullar May 29, 2015

CloneIssueDetails class is part of jira-core. Was able to find it, so thought of updating this question. No help required. Thanks!

0 votes
Radha Khullar April 2, 2015

It seems to be some classpath issue. Can anyone please reply, it is an urgent request! Thanks in advance.

Suggest an answer

Log in or Sign up to answer