Has Jira implemented time estimate rollup to Epics? I have several Epics that I need to see time estimates. However, I have to see the time estimate on the Story and add these together. This seems like a lot of manual work when I should be able to see the remaining time on an Epic. If it is possible on Stories for their subtasks, it should be possible for Epics and their Stories.
Hi, usually such error are due to dependencies inconsistencies. What is the scope of your jira-api dependency in your pom.xml? Is it provided?
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When do you get this error? Do you extend JiraException in any own class?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when I trying upload plugin or enabling it . no I am not extending JiraException
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I'm afraid we can't get definite help without your sources.
My assumption: it's due to dependencies. Maybe you use some library which is dependent on other library contains JiraException class.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem is any solution? Try to use jql query in my Issue tab plugin and have
java.lang.ClassNotFoundException: com.atlassian.jira.issue.search.SearchException not found by com.jira.plugin.IssueTab.Panel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.