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:
this is my MS power automate flow:
I would like to be able to extract the data from the html body and add them to the create issues fields.
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.
I am getting error that you don't have permission to create issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.