Hi All,
Can someone help me to correct the below API, I am searching in Atlassian Asset if anybody exists with an email = test@test.com
Figured out. URL (api.atlassian.com)should end with .com not .net
https://api.atlassian.com/jsm/insight/workspace/{{workspace_ID}}/v1/iql/objects?objectSchemaId={{Schema_ID}}&iql=Email=test@test.com
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Premasiri, Hari ,
It depends where and how you execute the query.
Would try this first:
https://api.atlassian.net/jsm/insight/workspace/{{workspace_ID}}/v1/iql/objects?qlQuery=objectSchemaId={id} and Email=test@test.com
If you are doing a curl query, you may need to encode it like what is mention in the article.
-Ben
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.