
Announcements
Hello,
I am attempting to use the Jira connector to post issues to Jira service desk from Powerapps. I am attempting to create a new issue from the funciton here:
https://docs.microsoft.com/en-us/connectors/jira/#create-a-new-issue
although in powerapps I get just two fields, 'projectKey' and 'fields'
What is 'fields'?? I tried to add the other fields mentioned in the documentation like {summary:"summary",id:"102"}, etc, I tried to enter a single string, nothing I seem to do works - it just complains "CreateIssue has some invalid arguments"
Is there a certain data type I am missing for 'fields'?? How can I enter my relevant information here to create a ticket in Jira?
Thanks