Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
indent10

New features

...

1. Support for Jira Service Desk Customer Portal

The Table Custom Field can now be added to the Customer Portal. To do that, you simply have to add the field to the Create Screen, and you will be able to add it to the portal (Request types).

Agent ViewPortal View

Image Modified

Image Modified

However, adding the Table Custom Field as a visible field to a request type would mean that it would also be visible when creating requests from the portal.

Info

As the Table Custom Field is meant to be a non-editable field, to prevent uses to enter any values, you can use the Extension for Jira Service Desk, which allows you to hide custom fields from the portal's Create Screen.

...

2. Three new workflow post

...

functions

You can update the Table Custom Field by performing the following actions based on the selected key columns.

a. Populate row with key

If a matching row is found, it will be updated with the new values. Else, a new row will be added to either the top or bottom of the table.

For example, you can choose to update the Effort of a row where Department column value matches the Department field and the User column value matches the current user.


b. Delete an existing row with key

If a matching row is found, it will be deleted. Else, nothing will happen.

For example, you can choose to delete the row where Department column value matches the Department field and the User column value matches the current user.

c. Sort table

In some cases, you may wish to sort the table by certain columns. This can be achieved by simply selecting the columns you wish to sort by.

...

Note

If DateTime does not follow the following formats below, the data will not be treated as a date and will be placed in the last/bottom row

  • d/MMM/yy
  • dd/MMM/yy h:mm a
  • dd/MM/yyyy HH:mm:ss

...


3. Compatibility with Jira Data Center

The app is now compatible with Jira Data Center too.

Improvements

...

Preview of Table Custom Field in Configuration page

...

Fixed the table value being purged when the issue is edited. This happens only if the Table Custom Field is placed in Edit Screen.


Issues Fixed

...

Jira Legacy
serverSystem JIRA
columnstype,key,summary,status,resolution
maximumIssues20
jqlQueryproject = TABLECF AND fixVersion = 1.0.0 order by issuetype, key
serverId319f759e-4e60-358c-9b04-dd90ffb22ffc

...