Hi team,
JQL Editor in connect jsapi can select the columns that will be displayed.
Though our add-on wants to get this column setting, they are not accessible from the add-on.
We propose to pass an object with displayed columns to callback like the following,
{
‘jql’: ‘project=xxx’,
‘columns’: [
‘assignee’, ‘customfield_1111’
]
}
Best,