You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
Do somebody tried to populate a data collection in new forms feature with Insight Rest Api ?
Seems to not support '? filters' when we try to connect.
Here my query :
https://api.atlassian.com/jsm/insight/workspace/confidential/v1/iql/objects?iql=ObjectType = "Supported MacOS Laptops" AND "status" = "offered"
and the result ( in Postman is working very well ) :
My query without filter :
https://api.atlassian.com/jsm/insight/workspace/confidential/v1/iql/objects
Thanks for your feedbacks and your help.
@d_kirsching in the not too distant future you will be able to add insight fields directly to your forms, but in the meantime it looks like you have discovered a bug in the data connections in ProForma (i'm the product manager for ProForma/Forms).
We have added this bug to our backlog, but there is a workaround if you encode the url yourself e.g.
https://jsonplaceholder.typicode.com/users?page="1"
https://jsonplaceholder.typicode.com/users?page=%221%22
Hi @Simon Herd
I appreciate you're fast answer and I can confirm that the workaround provided is well.
Thanks a lot for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @d_kirsching and @Simon Herd .
Sorry to resurrect this old thread but just came across it and am wondering if you are able to tell me what I need to authenticate?
I'm trying to do exactly what you are doing but can't seem to get past the authentication step. I've also asked the question here:
forms data connection insight rest authentication (atlassian.com)
I'm thinking it's only possible w/ a JWT Token because I've tried both my API token and an Insight Import token.
@Simon Herd : are you able to provide any updates on when the Forms-Insight integration will be enabled? I know roadmap says Q2-Q3.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies! Worked it out. Basic auth with:
username = my email address
password = my jsm automation api token
Thought that I'd tried this combination but perhaps I was using my base64 encoded token. I am also quite new to this so probably just a noob mistake!
Also had to use %22 in my iql query as you indicated above. Interestingly, substituting %22 for the quotes is not required in Power Automate.
Thanks again for posting the above as I suspect I would have probably given up by now if I'd not found your posts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.