You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Api::getIssueTypes method works as expected, however it doesn't cache it's response as other methods, like Api::getResolutions do for example. That results in API call made for each method call despite the fact, that issue types doesn't change on it's own.