...
Using PCF - Single Autocomplete custom field
Examples
Using Single Autocomplete custom field with SIL Data Source
Getting Issues
Example for SIL Data Source
...
Note |
---|
First of all, in order to use SQL Data Source, you have to set the JNDI as described here. |
SQL Autocomplete Script
Code Block |
---|
select p.project_key ||'-'||i.issuenum as "KEY" from jiraissue i inner join project_key p on p.project_id = i.project |
...