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

Export reports to excel automatically

Francesc Arbo February 27, 2012

Hello,

I have JIRA version 4.4. I need to export one filter result automatically to an excel.

Is there a way to do it such as an automated task from Windows or similar?

6 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Mizan
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.
February 27, 2012

Hi ,

There is a similar question here

Francesc Arbo February 27, 2012

Thank you. I didn't find the subscription option... I think that's what i need.

1 vote
tousifs
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.
February 27, 2012

Hi,

I think your working on Report plugin .

the Action or class we are defining for business logic there we have to add a single method as

public boolean isExcelViewSupported()
{
return true;
}

addition to that you can defined your excel export logic fro another method ExcelView you will be able to export data to excel.

not all data first you couldb be able to view the excel icon on your report then you have to defined business logic.

Francesc Arbo February 27, 2012

What do you mean with Report plugin? There are several plugin for report but i'm not using a plguin for this.

0 votes
Midori
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.
April 7, 2015

With more recent developments, use Excel Automation Plugin and it will work on any operating system. Also, it will work within and be controlled by JIRA, not the hosting OS.

How it works: it will run a JIRA saved filter and export it to an XLS file periodically (very flexible, using CRON expressions) or when some event occurs (like creating an issue).

See the Excel automation tutorial for details.

jira-excel-automation-config.png

0 votes
Renjith Pillai
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.
February 28, 2012

I would say the easiest way is to have a windows scheduled job with wget with the filter url.

Francesc Arbo February 28, 2012

Creating a .bat file?

Renjith Pillai
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.
February 28, 2012

Yeah or directly type in the wget command into the Schedule Task window with the appropriate command line arguments.

0 votes
tousifs
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.
February 28, 2012

if you have any doubt can reply me. i had tried at my end and its working fine.

Francesc Arbo February 28, 2012

Thank you. I hadn't too much time to try it but I'll try it today.

By the way, i've read in the net that another way is to extract it with wget. Which would be the "cleanest" way?

0 votes
tousifs
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.
February 27, 2012

plugin means when we add entry in atlassian-plugin.xml file then it is plugin if entry is of type report then its report plugin.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events