How do I escalate one or more attachments with the external provider ticket(s)?

LG June 9, 2021

Hello everyone,

I'm looking a way to escalate attachments with my tickets to my external provider. I have searched in the premium version or in a plugin but a found nothing, some of you knows a way to do that ?

1 answer

0 votes
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.
June 9, 2021

Hi @LG 

What do you mean by escalate attachments? Do you want to send Jira issue attachment to another tool?

Ravi

LG June 10, 2021

" Do you want to send Jira issue attachment to another tool?"

 

Yes, exactly !

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.
June 10, 2021

Hi @LG 

In that you can fetch the attachments using REST API. 

You can get the issue using this end point.

rest/api/3/issue/KEY-123

Then if you look at the JSON response you will find attachment section in it with filename, content and other details. You will have to script it somewhere to fetch this information and send it to another tool.

I hope it helps.

Ravi

LG June 11, 2021

Hi @Ravi Sagar _Sparxsys_ !

Alright, I'll try it, thank you for your response.

LG

Suggest an answer

Log in or Sign up to answer