package com.atlassian.jira.functest.config.dashboard does not exist!!!

JIRA Plugin Developer July 6, 2014

Hello,

why does this error always come up and how to resolve it?

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 6, 2014

I've only ever seen that when I've written a plugin and messed up the dependencies in it. The resolution is to get the dependencies right.

But that's probably just my dodgy code - there's probably a number of other causes. I'd have a look in the log for other pointers.

JIRA Plugin Developer July 7, 2014

The weird thing is that I'm able to import the package com.atlassian.jira.functest.config.dashboard without getting Errors displayed in Eclipse. But whenever I "atlas"-run my Plugin I got these compiler errors.

Do you think including the jira-api and core dependency might be enough for using the above-mentioned package or is there another dependency necessary to get it work? And if yes, how can I find out which dependency I need?

JIRA Plugin Developer July 7, 2014

Solution to this problem can be found here:

http://goo.gl/f3vCMx

Suggest an answer

Log in or Sign up to answer