Import Project Properties add-on custom fields

Hi,

We’re using the Project Properties add-on for JIRA Server.

I want to create project based reports, where all of the defined custom properties are visible in a table in the reports. Can somebody help me how can I achive this? I’m new to eazyBI, and I think this is not a trivial task unfortunately.

Thanks in advance,
Krisztián

Hi,

You could try importing data from from Project Properties fields using Rest API source application:
https://ilaesolution.atlassian.net/wiki/spaces/PP/pages/27754521/Project+Properties+CLI+-+REST+API

Then map them to “Project” dimension and import as properties for “Project” dimension mebmers.
Read more about additional data import here: https://docs.eazybi.com/eazybijira/data-import/jira-issues-import/additional-data-import-into-jira-issues-cube

Martins / eazyBI support

Hello,
may be do you have an idea how to import data from several projects?

Project Properties API has a method to get data just from particular project

$ curl -u username -XGET "http://localhost:8080/rest/projectproperties/1.0/property/list?projectKey=DT"

I’ve tried this, but didn’t reached

$ curl -u username -XGET "http://localhost:8080/rest/projectproperties/1.0/property/list?**projectKey=DT&projectKey=TTT**"

The problem is that EasyBI uses just one request
image

@cybertachikoma

When exploring Project Properties CLI - REST API documentation page I don’t find that it would be possible to run the query for more than 1 project simultaneously.

Martins / eazyBI

Hi, same thing.
I believe, It would not be the problem, because I can aggregate data on custom REST API service.

Mostly I’m confused with data mapping in Import string property as measure