Versions Compared

Key

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

NEW Feature on v. 4.39

Panel
borderColorblue
titleColorwhite
titleBGColorblue
titleCustomer Requirement

Requirement:

Is  Is it possible to change the Approval Action Buttons labels (approve, reject, abstain, reset, notify)?

How to customize labels of

the Approval

the Action Buttons

Navigate on JIRA ADMINISTRATION → Manage apps → HERZUM APPROVAL → Global Configuration → Approval Display Options in order to Customize customize the Button labels.

Image RemovedImage Added

Data Persistence on database

When uploading the app, if this tuple doesnthe following tuples don't exist already into the table CONFIG_PROPERTIES, the app inserts the following data them in the table:

INSERT INTO public."AO_D195E9_CONFIG_PROPERTIES"
("DESCRIPTION", "PROPERTY", "VALUE")
VALUES('Approve', 'ACTIONS_LABELS', 'Approve');


INSERT INTO public."AO_D195E9_CONFIG_PROPERTIES"
("DESCRIPTION", "PROPERTY", "VALUE")
VALUES('Reject', 'ACTIONS_LABELS', 'Reject');


INSERT INTO public."AO_D195E9_CONFIG_PROPERTIES"
("DESCRIPTION", "PROPERTY", "VALUE")
VALUES('Reject', 'ACTIONS_LABELS', 'Reject');


INSERT INTO public."AO_D195E9_CONFIG_PROPERTIES"
("DESCRIPTION", "PROPERTY", "VALUE")
VALUES('Abstain', 'ACTIONS_LABELS', 'Abstain');


INSERT INTO public."AO_D195E9_CONFIG_PROPERTIES"
("DESCRIPTION", "PROPERTY", "VALUE")
VALUES('Reset', 'ACTIONS_LABELS', 'Reset');


INSERT INTO public."AO_D195E9_CONFIG_PROPERTIES"
("DESCRIPTION", "PROPERTY", "VALUE")
VALUES('Notify', 'ACTIONS_LABELS', 'Notify');


Any next time that this setting is update via the UI, the existing tuple is tuples are updated.

How it works

The following examples shows how the applied settings work.

Custom Buttons labels on the Approvals Web Panel in the issue screen

Custom labels on the  Button drop-down of the issue command-bar

Image RemovedImage Added

In this section

Info
iconfalse

Table of Contents

Related Documentation

Here you can find some links to our customer documentation relating to the configuration screens and other items described in this page:

Still need help?

We would love to help.