Custom action Rest API getting 400 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 11:15 PM
While executing custom action for the integration to Jira I'm getting 400 error. I configured this with API key but don't know where it goes wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2025 11:20 PM - edited 07-20-2025 11:24 PM
Hi @Kri ,
project is mandatory in the request body
refer this
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
and include project in the request body
you can also refer
https://www.youtube.com/watch?v=CqSD0iEAmOI&list=PLHm0ctIhJFWZprTpTai_Yu4LgGIA4TyzZ&index=4
2,3 and 4th video in this playlist
https://www.youtube.com/watch?v=0NzsasXSjKg&list=PLHm0ctIhJFWZprTpTai_Yu4LgGIA4TyzZ
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya