We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.

      The iteration over the cached event subscriptions isn't null save as event name can be null.

      public class EventSubscriptionManager extends AbstractManager {
      
        // ...
      
        public List<EventSubscriptionEntity> findEventSubscriptionsByNameAndExecution(String type, String eventName, String executionId, boolean lockResult) {
      
          // ...
      
            for (EventSubscriptionEntity subscription : eventSubscriptions) {
              if(subscription.getEventName().equals(eventName) && subscription.getEventType().equals(type)) {
                result.add(subscription);
              }
            }
      

        This is the controller panel for Smart Panels app

            Loading...

                The iteration over the cached event subscriptions isn't null save as event name can be null.

                public class EventSubscriptionManager extends AbstractManager {
                
                  // ...
                
                  public List<EventSubscriptionEntity> findEventSubscriptionsByNameAndExecution(String type, String eventName, String executionId, boolean lockResult) {
                
                    // ...
                
                      for (EventSubscriptionEntity subscription : eventSubscriptions) {
                        if(subscription.getEventName().equals(eventName) && subscription.getEventType().equals(type)) {
                          result.add(subscription);
                        }
                      }
                

                  This is the controller panel for Smart Panels app

                        roman.smirnov Roman Smirnov
                        sebastian.menski Sebastian Menski
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        3 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              roman.smirnov Roman Smirnov
                              sebastian.menski Sebastian Menski
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              3 Start watching this issue

                                Created:
                                Updated:
                                Resolved: