Servicenow to Jira using custom action 400 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2026 03:44 PM
I created a REST API in custom action to create a issue while testing the Rest step I'm getting 400 error. How to identify the valid project, I'm using Space in Jira.
resource path: /rest/api/3/issue
error:
request body:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2026 02:39 AM
Please refer this links to find out project ID, see if it helps you:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2026 04:13 AM
for that you need to check with JIRA team or login to JIRA on your own and find one
Then test it from ServiceNow
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2026 05:19 AM
I come to know Project is renamed as space in Jira from 2025. but I see this error when I give the request payload
You do not have permission to create issues in this project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2026 03:31 AM
Hello @krishnanara ,
Try using this response body :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2026 05:16 AM
"You do not have permission to create issues in this project."
