Development field from JIRA

I would like to build a report based on a field I have in JIRA name “Development”.
This field holds info whether the JIRA has a developer commit or not, and how many commits (see attached screenshot).

I use this JQL query to find all JIRAs with commit > 0:
issue.property[development].commits > 0

How can I import these fields into eazyBI?

Thanks in advanced,
Loren

Hi Loren,

If it is a standard custom field you can use this documentation page: https://docs.eazybi.com/display/EAZYBIJIRA/Custom+Fields

Or you can use documentation for advanced settings for custom fields https://docs.eazybi.com/display/EAZYBIJIRA/Advanced+settings+for+custom+fields

Gvido Neilands,
gvido@flex.bi,
eazyBI service partner

Hi Loren,

For now, eazyBI does not have a direct import of issue properties, like commits.

It is possible to import data from Crucible by using additional data import to Jira issues cube with REST API (https://docs.eazybi.com/display/EAZYBI/Import+from+REST+API). If you would need assistance with data mapping and new measure creation from REST API, please share more information of what kind of reports you are looking to create and how far you are with mapping.

Lauma / support@eazybi.com

With version 5.1. eazyBI for Jira server supports general DevOps metrics import from Bitbucket and Bamboo.

Daina / support@eazybi.com

Thanks. Thats good to know. How about GITHUB ?

Hi @Venkatesh_Prasad,

The Git commit log can be imported to eazyBI as well. Take a look at more details here https://docs.eazybi.com/display/EAZYBI/Git+commit+log.

Lauma / support@eazybi.com

1 Like

Hi @lauma.cirule

Gitlabt and Azure?