Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: 6.0.6, 6.0.7
-
Fix Version/s: 6.0.8
-
Labels:None
-
Functional components:Velocity
Description
How to reproduce
- Setup
- Create a "Select List (multiple choices)" Jira field
- Configure a Connect field, add a dependency to the "Select List (multiple choices)" in the query (i.e.: select id, summary from jiraissue where summary != '$issue.customfield_10015')
- Edit an issue where both fields are on the "Edit screen"
Current
The Connect field does not propose any value, when the debug mode is active we get this error message:
Error during evaluation of request velocity template:Invocation of method 'get' in class com.valiantys.jira.plugins.sql.service.context.wrapper.impl.FormIssueWrapper threw exception java.lang.NullPointerException at nFeed[line 1, column 60]
Expected
No error, dependencies to multi values select fields are resolved
Workaround
Downgrade to Elements Connect to 6.0.5
Attachments
Issue Links
- relates to
-
NFEEDDEV-3402 Loading...