Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Export to Work Upon Ticket Creation

Avihai Vahab
Contributor
October 31, 2022

Hi,

 

We would like to be able to export Jira tickets into word automatically once a ticket is opened and send it to the slack channel.

 

Is it possible or too much to ask?

 

Regards,
Avihai

2 answers

1 accepted

1 vote
Answer accepted
Ravi Sagar _Sparxsys_
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.
October 31, 2022

Hi @Avihai Vahab 

Interesting use case.

If you try to export an issue to word then you will get the url like this.

https://YOURSITE.atlassian.net/si/jira.issueviews:issue-word/AN-188/AN-188.doc

I don't think there is a REST API to do this but this url has a pattern and as long as you are have active authenticated session you should be able to use this url.

So you will have to write your own interface for this (use webhooks as well). No out of the box solution.

I hope it helps.

Ravi

Avihai Vahab
Contributor
October 31, 2022
2 votes
Aron Gombas _Midori_
Community Champion
August 9, 2024

Hey @Avihai Vahab

This is an interesting use case! There is actually an elegant approach to this. It relies on using Jira Cloud automation and Slack's ability to accept emails.

We will be emailing the issue export, but instead of sending that to a human reader (like below), we will send that to Slack!

send-pdf-result.png

Steps:

  1. Configure Slack so that you can send emails to Slack. There are multiple ways to do that.
  2. Implement a PDF automation which:
    1. ... uses the issue created trigger
    2. ... uses the send PDF at issue event type automation and sends the exported PDF to the email address created in step 1.

Step 2 can be implemented with the Better PDF Automation app that extends built-in automation capabilities with PDF exporting!

(This app is developed and supported by our team.)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events