Versions Compared

Key

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


Excerpt

A calculated custom field that returns represents the author of the last modification made to a field and is displayed as a String representing a username. It is a read-only field.

Adding a Last Field Value Change Author custom field

To add a Last Field Value Change Author custom field to your instance:

  1. Log in to JIRA as an administrator.
  2. Go to the Administration icon  and click on it.
  3. Click on Issues - > Custom fields.
  4. Click on Add custom field.
  5. Click on Advanced in the left panel.
  6. Locate Last Field Value Change Author Field and select it.
  7. Click on Next.
  8. Provide a name for the custom field
  9. You can optionally provide a description for of the custom field.
  10. Click on Create
  11. Associate the custom field to the appropriate screens.
  12. Locate the custom field in the Custom fields administration page and click on the cog wheel.
  13. Click on Configure and and specify the field to look for (explained below).
  14. You can create multiple contexts if you need to associate different fields with particular projects or issue types.
  15. Perform a re-index as prompted by JIRA.


Panel
titleOn this page

Table of Contents


Panel
titleRelated links



Note

If you have upgraded from JMCF 1.x to 2.x please refer to the upgrade guide.

Search template:

When creating a Last Field Value Change Author custom field, you can configure the Search template as User Picker searcher& Group Searcher to be able to search issues for a user in that custom field. If you select None for the searcher, then you won’t see any reference to this field in the Issue Navigator search fields. Note that changing a custom field searcher requires a re-index.

Specifying the field to look for

To specify the field to look for:

  1. Locate the custom field on the Custom Fields administration page.
  2. Click on the cog wheel and click on Configure
  3. Click on Edit Field to look for.
  4. Select a field from the Field drop-down.
  5. Click on Save.
Return

Customizing the

Html representation

display of

the Last

the Last Field Value Change Author custom field type value

You can now define a velocity template that will return the Html representation of the calculated custom field. Leave it empty to use the default template. 

To select a format for a Last Field Value Change Author custom field type value:

  1. Locate the custom field on the Custom Fields administration page.
  2. Click on the cog wheel and click on Configure
  3. Click on Edit Velocity Template.
  4. Input the template.
  5. Click on Save.

You can use the following Velocity variables in the template:

  • $value: the raw field value (such as a Date object for a date/time calculated field)$formattedValue: the field value formatted according to the field configurationan ApplicationUser object.
  • $formattedValueString representing a username
  • and other variables described on this page

For example:

Code Block
languagexml
<font color="red">
    $value
</font>

Display of the Last Field Value Change Author custom field type on Transition and Edit screen

Now you can control the display of the calculated Date/Time custom field on the

The Never show on Transition and Edit screens option controls whether the calculated Single-user custom field can appear on transition and edit screens. If you select this option, the field will not be visible on

the

any Edit

and

or Transition

screens

screen, even if

added to them

it is added to the screen.


Accessing the Last Field Value Change Author custom field type

You can access this field using any of the following getters of the Issue interface