Versions Compared

Key

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

Configuring the export format

In the settings of the Time in status field(Timer and Stopwatch), there is “Field export format“. It configures the data format for export to various systems including eazyBI.

...

The time and state of the counter are simultaneously uploaded in JSON format. Other formats are easier to configure.

Creating new fields in eazyBI.

The eazyBI app doesn't always see fields from third-party plugins. To solve this problem, they have special tools that allow you to manually configure additional fields.

...

Code Block
languagejs
[jira.customfield_10107_field_time]
name="JBCF:time in status.time"
data_type="integer"
dimension=true
measure=true

[jira.customfield_10107_field_state]
name="JBCF:time in status.state"
data_type="string"
dimension=true

Save the settings.

Initialize the new fields

Now you can select new Fields in the Custom Fields tab.

...

After setting up field initialization, import the data again so that the system loads the data into the new fields.

Now you can use data from the Time in status fields in reports.

...