I want to call some of JSM Rest APIs (write and read) from my Java Service that is not related to atlassian. Can I use basic auth to do that? It will touch my JSM Project only
Hi @beeam17
Welcome to the community.
Yes you can use basic auth. You will need to have a user in JSM with access to the project and create an API token for this user.
I recommend to create a service user for this and not use your own account.
Information on basic auth; basic-auth-for-rest-apis
Many thanks for the reply
what do you mean by service user? Add specific user for api calls? And you its api token?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @beeam17
Yes add a specific user and use its API token.
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.