Power Automate Connector
Hello,
Is anyone aware of successful integrations of Jama and Power Automate? I have successfully used HTTP calls to connect Jama to Power Automate, but would like to explore building a custom connector for improved integration. However, I am unable to authenticate the connector successfully, either through basic or OAuth2.
Any advice or recommendations?
Thank you!
Comments
-
You can use the HTTP connector to logon using your API credentials:
Then parse out the access token and use it to make your REST API queries:
For large returned data sets, a do loop can be used to make multiple queries by incrementing the startAt with the returned result count until it reaches the total count.0 -
FYI - there is a typo in the second URI, one too many forward slashes..
Here are the HTTP Settings I am currently using:0