Missed Team ’24? Catch up on announcements here.

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

Create JIRA issues using MS power automate HTTP post

philip_o May 1, 2024

I am working on creating a flow from power automate that will create new JIRA issues/tickets, with  every new submitted form. I have a power automate flow that runs, but on the JIRA automate side, I do not know how to extract the dictionary data e.g.(summary and description) and add them to the respectful JIRA fields to create the issue ticket. 

I have tried smart tags to no avail e.g. {{fields.summary}}, so it appears that I am doing something wrong.

The structure of the automations is:

  1. When a form is submitted
  2. Get the response and Post to JIRA to create and issue.

this is my MS power automate flow:

PA flow.png

 

I would like to be able to extract the data from the html body and add them to the create issues fields.

jira automate.png

1 answer

1 accepted

4 votes
Answer accepted
Kalyan Sattaluri
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 1, 2024

Hello @philip_o 

Hard to see your payload from Power Automate, but In your Jira rule, for Incoming webhook trigger, before you create new story, introduce new log of statements.

For that, Add Components -> New Action -> Search for Log Action.. Do that 3 times and put below smart values.

{{webhookData}}

{{webhookData.fields.summary}}

{{webhookData.fields.description}}

Then, trigger your rule from Power automate. Hope it helps.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events