-
Bug
-
Resolution: Fixed
-
High (View bug fix roadmap)
-
7.8.1, 7.9.1
-
7.08
-
17
-
Severity 2 - Major
-
24
-
-
Summary
DVCS accounts - Link account button not working
Environment
- Chrome
- Mozilla Firefox
Steps to Reproduce
Go to DVCS page in Jira and Click Link Bitbucket Cloud or Github account
Expected Results
A dialog box will appear to add a new account.
Actual Results
Nothing is happening when Link Bitbucket Cloud or Github account is clicked.
Workaround
- Stop JIRA
- Remove the JIRA_HOME/plugin/installed-plugins/jira-dvcs-connector-plugin-4.3.0.jar file
- Download and move jira-dvcs-connector-plugin-4.2.1.jar
into that directory
- Start JIRA
Notes:
- The following will be shown if JIRA is upgraded to 7.8.1 that has an existing DVCS Accounts.
- JIRA log will shows the following logging and fixed the error message after followed the workaround:
2018-03-27 14:25:48,991 DVCSConnector.MessageExecutor:thread-24 ERROR ServiceRunner [c.a.j.p.d.service.message.MessageConsumer] Synchronization failed: Index: 0, Size: 0 java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at com.atlassian.jira.plugins.dvcs.dao.impl.querydsl.MessageDaoQueryDsl.getById(MessageDaoQueryDsl.java:203)
[JSWSERVER-16509] Nothing happens when clicking Link Bitbucket Cloud or Github account
Summary | Original: DVCS accounts - Link account button not working | New: Nothing happens when clicking Link Bitbucket Cloud or Github account |
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 391123 ] |
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 391040 ] |
Minimum Version | New: 7.08 |
Workflow | Original: JAC Bug Workflow v2 [ 2853345 ] | New: JAC Bug Workflow v3 [ 2935233 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Remote Link | New: This issue links to "Page (Atlassian Documentation)" [ 391123 ] |
Remote Link | New: This issue links to "Page (Atlassian Documentation)" [ 391040 ] |
Symptom Severity | Original: Major [ 14431 ] | New: Severity 2 - Major [ 15831 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2648249 ] | New: JAC Bug Workflow v2 [ 2853345 ] |
Description |
Original:
h3. Summary
DVCS accounts - Link account button not working h3. Environment * Chrome * Mozilla Firefox h3. Steps to Reproduce Go to DVCS page in Jira and Click *Link Bitbucket Cloud or Github account* h3. Expected Results A dialog box will appear to add a new account. !dvcs.PNG|thumbnail! h3. Actual Results Nothing is happening when *Link Bitbucket Cloud or Github account* is clicked. h3. Workaround # Stop JIRA # Remove the JIRA_HOME/plugin/installed-plugins/jira-dvcs-connector-plugin-4.3.0.jar file # Download and move [^jira-dvcs-connector-plugin-4.2.1.jar] into that directory # Start JIRA h3. Notes: * The following will be shown if JIRA is upgraded to 7.8.1 that has an existing DVCS Accounts. !upgradeto781.png|thumbnail! |
New:
h3. Summary
DVCS accounts - Link account button not working h3. Environment * Chrome * Mozilla Firefox h3. Steps to Reproduce Go to DVCS page in Jira and Click *Link Bitbucket Cloud or Github account* h3. Expected Results A dialog box will appear to add a new account. !dvcs.PNG|thumbnail! h3. Actual Results Nothing is happening when *Link Bitbucket Cloud or Github account* is clicked. h3. Workaround # Stop JIRA # Remove the JIRA_HOME/plugin/installed-plugins/jira-dvcs-connector-plugin-4.3.0.jar file # Download and move [^jira-dvcs-connector-plugin-4.2.1.jar] into that directory # Start JIRA h3. Notes: * The following will be shown if JIRA is upgraded to 7.8.1 that has an existing DVCS Accounts. !upgradeto781.png|thumbnail! * JIRA log will shows the following logging and fixed the error message after followed the workaround: {code} 2018-03-27 14:25:48,991 DVCSConnector.MessageExecutor:thread-24 ERROR ServiceRunner [c.a.j.p.d.service.message.MessageConsumer] Synchronization failed: Index: 0, Size: 0 java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:653) at java.util.ArrayList.get(ArrayList.java:429) at com.atlassian.jira.plugins.dvcs.dao.impl.querydsl.MessageDaoQueryDsl.getById(MessageDaoQueryDsl.java:203) {code} |