Forums

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

Power Automate Forms to Jira with http

denise January 17, 2024

Can someone help me to find the error?

Denise1_0-1705412713535.png

This is my Flow

Denise1_1-1705412812167.png

Denise1_2-1705412851273.png

Denise1_3-1705412872201.png

{
    "type""array",
    "items": {
        "type""object",
        "properties": {
            "name": {
                "type""string"
            },
            "link": {
                "type""string"
            },
            "id": {
                "type""string"
            },
            "type": {},
            "size": {
                "type""integer"
            },
            "referenceId": {
                "type""string"
            },
            "driveId": {
                "type""string"
            },
            "status": {
                "type""integer"
            },
            "uploadSessionUrl": {}
        },
        "required": [
            "name",
            "link",
            "id",
            "type",
            "size",
            "referenceId",
            "driveId",
            "status",
            "uploadSessionUrl"
        ]
    }
}
Denise1_4-1705412915571.png
Denise1_5-1705412965944.png

The error is in the last step 

1 answer

0 votes
Jehan Bhathena
Community Champion
January 26, 2024

Hi @denise ,

Can you share the error that you get, and in what step? If it is in the API, then will need to see the response error and the payload that is sent to the api as well to see where the error is being generated.

Cannot make it out from the image attached.

Since the error is from the API, my best guess is that the data being sent to the Jira API isn't in the required format, but will need to see the error to be certain.

Suggest an answer

Log in or Sign up to answer