Details
-
Type:
Bug
-
Status: Done
-
Priority:
High
-
Resolution: Won't Fix
-
Affects Version/s: 4.3.19
-
Fix Version/s: None
-
Component/s: Third-Party Apps
-
Labels:None
-
Critical Points:0.8
Description
Select list conversions do not work if you attempt to create an issue from any of the Big Picture plugin screens, such as the Manage Programs screen.
The select list conversion still works as expected if you are creating the issue from a regular JIRA screen.
Steps To Reproduce:
- Install Big Picture
- Set up this example script
- Click Manage Programs under the Big Picture tab, then click Create Issue.
Note: Other behaviors such as this example do work on Big Picture screens, just not select list conversions.
This error occurs in the DevTools Console of Chrome whenever you open a Create Issue screen where the select list conversion isn't working:
polyfills.js:5 Uncaught TypeError: Cannot read property 'value' of undefined at Array.<anonymous> (batch.js?agile_global_admin_condition=true&isAdmin=true&jag=true&jaguser=true&locale=en-US&user-log…:8153) at Function.each (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:35) at syncOptions (batch.js?agile_global_admin_condition=true&isAdmin=true&jag=true&jaguser=true&locale=en-US&user-log…:8153) at setFieldOptions (batch.js?agile_global_admin_condition=true&isAdmin=true&jag=true&jaguser=true&locale=en-US&user-log…:8153) at convertToType (batch.js?agile_global_admin_condition=true&isAdmin=true&jag=true&jaguser=true&locale=en-US&user-log…:8153) at addFieldListeners (batch.js?agile_global_admin_condition=true&isAdmin=true&jag=true&jaguser=true&locale=en-US&user-log…:8153) at Object.success (batch.js?agile_global_admin_condition=true&isAdmin=true&jag=true&jaguser=true&locale=en-US&user-log…:8154) at j (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:41) at Object.fireWith [as resolveWith] (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:43) at c (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:167) at XMLHttpRequest.b (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:179) at XMLHttpRequest.n (polyfills.js:5) at t.invokeTask (polyfills.js:5) at t.runTask (polyfills.js:5) at XMLHttpRequest.invoke (polyfills.js:5)