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
The "valid project required" error in a Jira REST API call typically means the project key or ID provided in your request payload is either incorrect, misspelled, or the user credentials used for authentication do not have the necessary permissions (Browse Projects and Create Issues) for that specific project.
Please refer this links for correct request payload format, see if it helps you:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I can't able to figure out where I went wrong. Are you able to find any mistake in my payload?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
are you sure you are using valid project ID?
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 don't have project id, could you help me how to find it? As I see only the space key

