Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-85825

Development info not showing, cannot create branches, errors when selecting "configure automatic access" option in DVCS Accounts, etc.

XMLWordPrintable

      Summary

      The development panel is not showing in some cases for issues that actually have commits, pull-requests, etc. Also, an error is returned while trying to select "configure automatic access" option in DVCS Accounts

      Steps to Reproduce

      1. Open an issue that is supposed to have some information in the Development Panel
      2. Try to select "configure automatic access" option in DVCS Accounts

      Expected Results

      1. The issue has the development related information showing in the Development Panel
      2. You are able to select "configure automatic access" option in DVCS Accounts

      Actual Results

      1. The development panel is not showing
      2. The "configure automatic access" window that opens show no text, is surrounded by a red frame and keeps on loading:

        In the developer tools I can see that the endpoint https://INSTANCE/rest/bitbucket/1.0/organization/2/defaultgroups is returning error 500:
        {
          "message": "Error retrieving list of groups for https://bitbucket.org/ACCOUNT. Please check JIRA logs for details.",
          "status-code": 500
        } 

       

      In both cases, the below exception is thrown in the logs:

      2017-09-19 17:26:25.466	ERROR	com.atlassian.jira.web.component.ModuleWebComponentImpl	An exception occured while rendering the web panel: com.atlassian.jira.plugins.jira-development-integration-plugin:viewissue-devstatus-panel (null)	Multiple entries with same key: isAssignee=false and isAssignee=false	java.lang.IllegalArgumentException: Multiple entries with same key: isAssignee=false and isAssignee=false
      at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150)
      at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104)
      at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:70)
      at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254)
      at com.atlassian.jira.plugin.devstatus.web.IssueContextProvider.getContextMap(IssueContextProvider.java:119)
      at com.atlassian.jira.plugin.webfragment.contextproviders.TimedContextProvider.lambda$getContextMap$1(TimedContextProvider.java:27)
      at com.atlassian.workcontext.metrics.Timer.time(Timer.java:159) 
      .....
      

      Workaround

      None at the moment.

              Unassigned Unassigned
              dbonotto Dario B (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              21 Start watching this issue

                Created:
                Updated:
                Resolved: