Versions Compared

Key

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

These version of Issue Forms should not be installed on production.

...

requests the editable fields when opening the edit dialog from Jira. Unfortunately this list is not sorted and can differ from call to call.

For this reason, we sort the fields as follows:

  • First the mandatory fields sorted alphabetically

  • then the non mandatory fields sorted alphabetically

  • and lastly the comment field

Version 2.3.0

...

introduces a new Rest endpoint. The field sorting within the edit

...

dialog can be changed using this Rest endpoint.

Check current Configuration

Confluence Administrators can check the current configuration using this URL:

https://YOUR_CONFLUENCE_SERVER/rest/aevolu/jinc/1.0/admin/configuration/presorted

Change the sort-order for a specific project

The configuration can be customized using two parameters.

Parameter

projectKey

The

order of all issueTypes from this project are changed by the sortedFieldIds parameter.

current key of the project

sortedFieldIds

Comma separated list of field Ids (e.g. comment,duedate,summary,customfield_10212)

The request (URL) then looks like this:

...

The edit screen will look like this

...

Remove your sort-order configuration

The configuration can be deleted via this URL:

...