All eazyBI for Jira eazyBI for Confluence Private eazyBI

Projectrak custom fields
eazyBI for Jira

Jira Cloud access

eazyBI uses Projectrak REST API for data import. Specify Projectrak API key ID and API key from the API integration page granting eazyBI access to Projectrak data during import. The option to add Projectrak API keys will be available if you have Projectrak installed in your Jira. 

Projectrak data import

The following Projectrak custom field types are supported:


TypeComments
TextCan be imported as a Project dimension property.

Number

Can be imported as a measure and a Project dimension property

DateCan be imported as a Project dimension property.

Duration

Can be imported as a measure and a Project dimension property.

 Values are stored as hours.

User PickerCan be imported as a dimension and a Project dimension property.
Project PickerCan be imported as a dimension and a Project dimension property.
ListCan be imported as a dimension (with one or multiple values per one project) and a Project dimension property.
StatusCan be imported as a dimension and a Project dimension property

All available custom field names are shown with a Projectrak prefix (to ensure that names do not overlap with the standard and custom Jira issue fields). If Number or Duration custom field is imported as a measure then this measure name will end with sum (Projectrak number custom field sum) and will show the total sum of this custom field for projects.

Imported measures and dimensions are shown in a separate Projectrak group in the Analyze tab.

All selected Projectrak custom field values are updated during each Jira import (also during the incremental import all fields are updated).

Private eazyBI

You can import Projectrak custom fields also when using Private eazyBI. Projectrak support is disabled by default (to avoid unnecessary REST API requests). Add the following settings in the config/eazybi.toml configuration file to enable Projectrak support.

# parameter name for Private eazyBI versions through 6.6.0
[source_application.jira.profields]
enable = true
# parameter name starting from Private eazyBI version 7.0.0
[source_application.jira.projectrak]
enable = true