Setting a checkbox field with Power Automate

Kevin B. Hanson June 28, 2021

I have an issue setting the value of a checkbox field using the value from Sharepoint via Power Automate.  I am getting the error "Specify the value for Report Required in an array"

I was wondering if anyone has had any experience setting values for checkbox fields in JIRA using Power Automate?

Thanks.

1 answer

0 votes
mete August 13, 2021

hello,

you can use HTTP request connector on power automate and set with get method :

https://(jira-instance).com/rest/api/2/issue/(jira-issue)?fields=(customfield-id)

and after you can report value on your sharepoint.

regards.

Suggest an answer

Log in or Sign up to answer