Table Custom Fields for Jira
Breadcrumbs

Release Notes for 2.3.0

Summary


New Features

Data Center approved

Table Custom Fields for Jira is now Data Center approved! 🥳


Support Description field and multi-line text custom fields

You can now populate the table with values from:

  • Description field

  • Text Field (multi-line) custom fields

    text field multi-line type.png

Bug Fixes

Table overflow if table is too long

Scrollbar will be added when table is too long.

Before

After

tablecf overflow before.png
tablecf overflow after.png


Large dropdown arrows on multi-select field

This happens in newer versions of Jira 8.

Before

After

tablecf multi-select before.png
tablecf multi-select after.png


Timeout when adding table custom fields

Table custom field is successfully added but the following error message is displayed:

The call to the Jira server did not complete within the timeout period. We are unsure of the result of this operation.

This happens in large instance with many field configurations.


JSONException in logs when adding custom field via rest api

This happens if request data is not in a single line. For example:

curl -D- -u username:password -X POST -H "Content-Type: application/json" \
   --data '{
    "name": "My Table",
    "type": "com.akeles.jira.plugins.TableCustomFields:table-custom-field"
   }' \
   http://<jira-base-url>/rest/api/2/field

Issues

Key

Summary

T

Status

Resolution

Data cannot be retrieved due to an unexpected error.

View these issues in Jira