Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Failed to find record with ID: 10071 with database picker

Mouna Hammoudi April 13, 2022

I am using a database picker custom field to retrieve the projects that I am using in Jira. The problem is that I run into many errors as shown below: 

 

Failed to find record with ID: 10071
Failed to find record with ID: 10070
Failed to find record with ID: 10073
error.PNG
The list is not completely though, I am able to retrieve some items in the drop down list. Anyone knows how to fix these errors?
I am using this code as Retrieval/validation SQL: 
select distinct code, code + ' [' + name + ']' as Product
from iTrac_products_projects
where code =?
I am using this code as the search SQL:
select code,  code + ' [' + name + ']'  as Product
from iTrac_products_projects
where lower(code) like lower(?) or lower(code) like '%'

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events