-
Bug
-
Resolution: Fixed
-
Highest
-
None
-
Severity 3 - Minor
-
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
- Open an issue that is supposed to have some information in the Development Panel
- Try to select "configure automatic access" option in DVCS Accounts
Expected Results
- The issue has the development related information showing in the Development Panel
- You are able to select "configure automatic access" option in DVCS Accounts
Actual Results
- The development panel is not showing
- 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.
- is related to
-
JSWCLOUD-16238 Recurring - The Development field information is not showing in the search results (list view) anymore
-
- Closed
-
- relates to
-
JSWCLOUD-16237 DVCS activity no longer shown in JIRA activity stream
-
- Closed
-
-
HOT-80592 Loading...
(1 mentioned in)