Forums

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

How to retrieve attachments from jira , when an issue is created in jira?

Durga prasad Kasapu August 10, 2021

I want to retrieve attachments from Jira to share point , when an issue is created in jira, using power automate..

I want to understand how i can use HTTP request to pull the attachments data using Rest API..

If there are any other ways to do this too, please help.

2 answers

1 vote
Björn Wagner June 10, 2024

Inside Apply to Each "attachment" - Status should be 303, following Action needs to be set configure run after "has skipped"

  • HTTP Request from parse "content" 
  • Parse JSON of the header from previous request
  • HTTP Request from PArse JSON Location
  • Parse JSON of the header from previous request
  • Create file in SharePoint  with filename & Content
1 vote
mtc August 13, 2021

hello,

GET an attachment in jira, you can use :

  1. https://www.(jira-instance).com/rest/api/2/issue/(jira-issuekey)?fields=attachment
    1. method : GET
  2. and maybe you can use sharepoint connector called "add attachment"

Suggest an answer

Log in or Sign up to answer