ServiceNow to JIRA integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 03:34 AM
Hi,
I am trying to create the Jira ticket from ServiceNow using rest message.
I have given the endpoint, Post method and Http request but error in content body, I am getting the error like "{"errorMessages":[],"errors":{"number":"Field 'number' cannot be set. It is not on the appropriate screen, or unknown."}}"
I have shared screenshot below, Please check the content body and let me know where am I standing?
Thanks,
Manju

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 03:39 AM
Hi,
try removing the Number attributes from your payload.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 03:43 AM
Hi @manju5
Few helpful :
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 04:22 AM
Hi Manju,
I hope you are passing ${incidentNumber} with a valid value in the Variable substiution related list. Also, are you sure the value you passing is in expected format at Jira side for the number attribute?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 04:34 AM
I have removed the number attributes in content body, Now it is working .
Thank you for your response.
Thanks,
Manju