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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.