-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 10.0.0
-
Component/s: REST API
-
10
-
2
-
Severity 3 - Minor
-
10
Issue Summary
MaketPlace Partner StoniByte has reached us out asking for assistance with a possible Jira API BUG when testing their app on Jira 10 version.
Steps to Reproduce
- Spin up a Jira 10.0.0
- Created a Project with around 1 thousand issues
- Create a Scrum Board with several issues on it
- Create a Dashboard and add several gadgets from the Great Gadgets plugin on it, associating them with the Scrum board above as the issues source.
- Restart Jira
- Scan the atlassian-jira.log right after the startup traces for the exception:
Caused by: java.lang.IllegalAccessException: class com.atlassian.plugins.rest.v2.util.ReflectionUtils cannot access a member of class com.atlassian.jira.rest.v2.issue.IssueBean with modifiers "private"
Expected Results
After start up, the REST API Calls should work without throwing any errors on the logs.
Actual Results
- Right after the startup the exception below is thrown:
Caused by: java.lang.IllegalAccessException: class com.atlassian.plugins.rest.v2.util.ReflectionUtils cannot access a member of class com.atlassian.jira.rest.v2.issue.IssueBean with modifiers "private"
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
- depends on
-
DCPL-1945 Loading...
- is caused by
-
GHS-274054 Loading...