-
Bug
-
Resolution: Fixed
-
Low
-
10.107.0
-
Severity 3 - Minor
-
No
Issue Summary
GET_Idea.sql incorrectly checks the ExternalUser field to determine if the Owner is external.
This is wrong because:
- ExternalUser = Was created from an external user?
- OwnerExternalUser = is the current owner an external user?
- This is reproducible on Data Center:
Steps to Reproduce
- Run a SQL SELECT query against any given idea
Expected Results
, CASE E.OwnerExternalUser WHEN 1 THEN 'Yes' ELSE 'No' END AS [External Owner Flag]
Actual Results
, CASE E.ExternalUser WHEN 1 THEN 'Yes' ELSE 'No' END AS [External Owner Flag]
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
- is connected to
-
JALPM-2193 Loading...
-
JARDA-2238 Loading...
- mentioned in
-
Page Loading...
- resolves
-
ALIGNSP-14953 Loading...
[JIRAALIGN-4310] Enterprise Insights : ExternalUser field is incorrectly mapped
External issue URL | Original: https://softwareteams.atlassian.net/rest/api/2/issue/346021 | New: https://softwareteams.atlassian.net/rest/api/2/issue/364806 |
Remote Link | New: This issue links to "JARDA-2238 (Software Teams JIRA)" [ 1032533 ] |
External issue URL | New: https://softwareteams.atlassian.net/rest/api/2/issue/346021 |
Remote Link | New: This issue links to "JALPM-2193 (Software Teams JIRA)" [ 1031995 ] |
Status | Original: Closed [ 6 ] | New: Closed [ 6 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 713275 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Fix Version/s | New: 10.111.3 [ 102410 ] |
Status | Original: In Progress [ 3 ] | New: Waiting for Release [ 12075 ] |
Status | Original: Needs Triage [ 10030 ] | New: In Progress [ 3 ] |