com.atlassian.jira.bc.issue.fields.ColumnService |
![]() |
Provides access and manipulation of column configuration for filters and default column configuration for users.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retreive the effective
ColumnLayout for userWithColumns. | |||||||||||
Get the column layout for the given filter.
| |||||||||||
Get the system's default columns.
| |||||||||||
Resets the given filter to no longer have its own
ColumnLayout . | |||||||||||
Resets a user's
ColumnLayout . | |||||||||||
Sets the given filter
ColumnLayout to the given fields. | |||||||||||
Sets a user's
ColumnLayout . | |||||||||||
Sets the system's default columns to the given
fieldIds |
Retreive the effective ColumnLayout
for userWithColumns. Users may not have set their default columns in
which case they will be seeing the system's default columns. In that case the outcome contain the default
columns.
serviceUser | for this service request. |
---|---|
userWithColumns | the user whose columns are being requested. |
ColumnLayout
for the user.
Get the column layout for the given filter. If there is no column layout for the filter, the outcome will contain null.
serviceUser | for this service request. |
---|---|
filterId | the id of the filter to get the column layout for. |
Get the system's default columns.
serviceUser | for this service request. User must have admin access in order to perform this operation |
---|
Resets the given filter to no longer have its own ColumnLayout
.
serviceUser | for this service request |
---|---|
filterId | id of the filter |
Resets a user's ColumnLayout
.
serviceUser | for this service request. |
---|---|
userWithColumns | the use whose columns are being reset. |
Sets the given filter ColumnLayout
to the given fields.
serviceUser | for this service request |
---|---|
filterId | id of the filter |
fieldIds | the list of field ids to set as the filter's ColumnLayout |
Sets a user's ColumnLayout
.
serviceUser | for this service request. |
---|---|
userWithColumns | the use whose columns are being set. |
fieldIds | the list of field ids to set as the user's ColumnLayout. |
Sets the system's default columns to the given fieldIds
serviceUser | for this service request. User must have admin access in order to perform this operation |
---|---|
fieldIds | the list of field ids to set as the system's default ColumnLayout |