Servicenow to Jira using custom action 400 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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 || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
Hello @krishnanara ,
Try using this response body :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
"You do not have permission to create issues in this project."

