Versions Compared

Key

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

...

...

...

...


Please visit our Support Page for more information
Infonote
titleGetting help
JMCF 1.x only!

This documentation applies only to JMCF version 1.x. Documentation for versions 2.0.0 and above can be found here.

Overview

The JIRA Misc Custom Fields plugin's objective is to provide several new types of custom fields for use in custom JIRA workflows as well as useful JQL functions.

...

  • JIRA Misc Custom Fields (new in 1.1): a JQL function that returns the value of a property of the current user, transforming comma-separated values into a list of values.


Info
titleGetting help

Please visit our Support Page for more information.

Installation

The plugin is a "type TWO" plugin, which means that the plugin can be installed by copying it to jira-home/plugins/installed-plugins or, better yet, using the excellent Atlassian Universal Plugin Manager.

...

Code Block
numberTool.format(value)

Example

To display an icon to the left of the field value depending on the field value:

...

If you don't specify anything, the last execution will be captured.

Custom formatting

You can also specify a date/time format for the value of the Calculated Date/Time field. In the Description field, add the name of the date/time format using the following syntax:

Code Block
<!-- @@Format: format_name -->

where format_name is one of the constants found here: https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/datetime/DateTimeStyle.html

...