Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,912
Community Members
 
Community Events
184
Community Groups

How can I add the Description field to an eazyBI report?

Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 19, 2017

Since eazyBI doesn't store Description, Comments nor Attachments, how can I add the Description field to an eazyBI report?

There are some examples about how to extract comments with code and JMWE, but I've found no ways to get the Description.

Any ideas?

 

1 answer

1 accepted

3 votes
Answer accepted
Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2017 • edited

The eazyBI Support Team solved this question (thanks Martins!):

It is possible to import issue Description from JIRA into eazyBI by using JIRA MISC calculated custom fields.

In order to do that, at first, you could create a new JIRA MISC calculated custom field (with text type):

custom field JIRA.jpg

And use this following formula in the field description (you should note the field ID that would be needed in later steps):

custom field for description.jpg

 

<!-- @@Formula:
description = issue.getIssueObject().description;
if (description == null) return null;
description; -->

 

jira issue - custom field.jpg

Next, you could open your eazyBI advanced settings and add these lines where you place your field ID (the 5digit number from URL of your custom field) instead of NNNNN

[jira.customfield_NNNNN]
data_type = "text"

Then you could open your eazyBI import settings and select this new custom field to import as a property:

import as property.jpg

After import, you should be able to find new measure in "Measure" dimension (under calculated members > Issue properties) that should return issue description when "Issue" dimension and issue level is used in rows:

final report.jpg

Hi @Ignacio Pulgar , I followed the method what you said above but couldn't get the result. 

eazybi.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events