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.
Hello. Trying to connect Forms dropdown field to Insight using a data connection but cannot figure out how to authenticate. I thought it just wasn't supposed or allowed to work until I found this answered question:
Solved: New Feature Forms : Possible to populate Data Coll... (atlassian.com)
I'm using this URL:
https://api.atlassian.com/jsm/insight/workspace/{myWorkspaceId}/v1/iql/objects
These are the authentication options:
Basic and Digest require a username and password and neither work for my user account. Our environment is linked to our Azure AD environment in case that matters. I've also tried the Custom option w/ a JSM API token (base64 encoded) and an Insight Import token. Neither work. I'm thinking I need a JWT Token but struggling to understand the docs related to building a JWT Token.
Can someone confirm what is needed? If its a JWT Token then I'll spend more time w/ the docs.
Or perhaps I just need to wait for the Forms-Insight integrated functionality to be enabled - hopefully soon.
Thanks.
Apologies everyone! Posting this in case someone makes the same mistakes as me!
Its working now using basic auth:
username = my email address
password = my jsm automation api token
I was sure that I had tried that combination but perhaps I was trying to use the base64 encoded 'email address+api token'.
I also had to use %22 instead of quotes (") in my iql query. As specified in the Solved post I included earlier. Example:
https://api.atlassian.com/jsm/insight/workspace/{myWorkspaceId}/v1/iql/objects?iql=objectType=%22Employee%22
Interestingly, in Power Automate, the quotes do not need to be changed to %22.
Very helpful, thank you!
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.