mail to get excel sheet from filter

l May 14, 2014

Is it possible to get scheduled mail every two weeks to get the Excel file generated from the filter I configured?

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 14, 2014

Not without coding.

The excel file you generate is built by pushing a filter through a certain type of display template.

Emails are generated and sent by a completely separate blocks of code, and none of that code has anything to do with spreadsheet type outputs, it's all written for, well, email.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 14, 2014

I forgot, if you're willing to go outside Jira, you can write a script that simply hits the url for the excel download on your filter, saves the results and sends the email separately.

0 votes
codelab expert
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 14, 2014

Another solution is to use this plugin https://marketplace.atlassian.com/plugins/pl.com.tt.jira.plugin.excel2jiraand find a way to automate.

Suggest an answer

Log in or Sign up to answer