JiraAuthenticationContext authenticationContext; authenticationContext = (JiraAuthenticationContext)ComponentManager.getComponentInstanceOfType(JiraAuthenticationContext.class); User remoteUser = authenticationContext.getLoggedInUser();Возвращает null.
В чем может быть дело и как с этим бороться?
Самое интересное то, что только при вызове одного метода возвращается null, в остальных местах все работает нормально.