I have built out a MS form > Power automate >JIRA automation. flow that creates/raised new JIRA issues via Power automate HTTP Post webhooks. In my MS forms I have the option to attach images. However when the JIRA is created, for the sections where the image should be in the description box, all i see is the directory path of where the image is stored. Does anyone know of a away to have the ability to have the image appear in a new JIRA issue using webhooks?
Hello @philip_o
I dont know the full details of your workflow, are you making a Create Issue call from power automate or calling a Jira webhook to create?.. But generally, in Jira, you attach images to the issue. So what you are seeing is expected behavior if you are passing it as part of description.
So Instead, you need to extract the URL of the image and in power automate or Jira, make a separate call to the attachment API end point and provide it the key to the issue and the path in payload so it gets added.
hi @Kalyan Sattaluri I am using power automate to post details from a submitted MS form to JIRA using JIRA automation webhooks
so the flow is:
> In power automate when form is summitted
> Get response
> HTTP post
Then in JIRA automation
> I create webhook logs
>create a story and in the description it looks like the image shared;
It all works well except the image just shows the link where the images is stored
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.