...
For this example we will use a SIL script as a data source to show the full names and email addresses of all the users members of jira-administrators and jira-developers groupsthat are in Developers role of the current project. So the configuration for our custom field will look like this:
After the field is configured, when viewing/creating/editing an issue, as well as in a transition screen, the data table custom field will be populated with the values retrieved from our configured SIL script:
The data is displayed in a grid that offers capabilities such as
- paging when the number of retrieved results exceeds ten
...
- search button to filter the entries
- refresh button for recalculating the results
...
- export to excel button that export the table to a csv
- reordering of the entire table based on a column (in alphabetical order)
- reordering and resizing of the
...
- columns
as shown in the below image:
There is no searcher defined for the data table custom field type, but its value is displayed in the search results, as shown below:
Using issue fields in a SIL script for data table
...