Hey Guys
I'm currently having an issue with power automate Jira integration
Once i run the flow it throws an error
{"errorMessages":[],"errors":{"issuetype":"Specify an issue type"}} although those fields have a filled by me already
And once i try editing the flow i discover that those field are now empty.
Please see attached The flow throws this error
This is before i run the flow
Once i try to reedit i discover that this field that was filled before is now emptyscreen shots to aid your understanding.
Thanks.
Deletion of automatically applied Fields JSON Code was the fix for me.
The solution ended up being removal of Jira connector for the update one. Apparently, I had an out-of-date version connector. Hope this helps!
I have the same issue and have not seen resolution covered on this forum
same issue and no solution
I'm having the same issue, just seeing if anyone has a fix for it?
Hello,
I stumbled with this same issue and I've found a working workaround. Instead of relying on the UI we can make use of the JSON field available on the advanced options (bottom of the connector).
This was my setup:
In my setup I wanted to create an Epic issue type which has a mandatory custom field. In my Jira instance, the Epic id is 10000 and my custom field id is 10011. So besides filling the IssueType and the Summary on the UI, we would also write the following json:
After saved, if you open the connector again you'll get to see this:
So the connector is assuming the values. Notice how the json as also changed. This last part is important because if you save the conector and open it again WITHOUT adding the attributes in the json field you'll be prompted with the initial error again:
If you need to find out id values for custom fields, one easy way is to use the API.
https://your-domain.atlassian.net/rest/api/3/project
https://your-domain.atlassian.net/rest/api/3/field
Change the "your-domain" part and paste on your browser to search. Search for the project name, and it will show the ID. Then, for the custom field, you can also search by name. To make sure it's the correct custom field, check if the project ID matches.
I'm also having the exact same issue. Has anyone found a solution to this?
Even am facing the same issue.. Any solutions ?
I have the same issue when creating anything related to Jira. Did you ever find a solution to this?
ankit_singhal
5
Super User 2025 Season 1
David_MA
2
Super User 2025 Season 1
Mitchell GC
2