We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Jira Integration with Scope API Token not working Using basic authentication (API token with scopes)

indrajeetma
Tera Guru

Can you please share the list of scopes should be selected while creating the API token. I want to fetch Jira issues, projects and create issue

1 REPLY 1

yashkamde
Kilo Sage

Hello @indrajeetma ,

 

This scopes are selected while creating API Token :

read:jira-work
read:jira-user
manage:jira-configuration
manage:jira-webhook
write:jira-work write:jira-work
read:sprint:jira-software
delete:sprint:jira-software
read:issue-details:jira
write:sprint:jira-software
read:project:jira
read:board-scope:jira-software
manage:jira-project
read:jql:jira
offline_access

 

In OAuth Entity Profile record :
Screenshot 2026-03-06 140724.png

 

If my response helped mark as helpful and accept the solution.