Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ProjectManager.getDefaultAssignee(Project project, Collection<ProjectComponent> components) Not able to call

DPKJ
Community Champion
March 28, 2016

When calling this method on JIRA 7.x I am getting NoSuchMethodException. I am using Java 

Java(TM) SE Runtime Environment (build 1.8.0_60-b27).

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2016

The method is not there any more.  You need to change your code to match the 7.x API rather than the old one you used before.

DPKJ
Community Champion
April 4, 2016

I am using JIRA version 7.0.0 and this is the case in development mode using Atlassian SDK.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 4, 2016

Yes.  And you're calling a method that does not exist.

You need to change your code to match the 7.x API rather than the old one you used before. 

Suggest an answer

Log in or Sign up to answer