ServiceNow to Jira Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 10:41 PM
HI,
I am sending the short description and description value from ServiceNow to Jira.. Short desc and desc sending fine but now I need to send priority. I am getting issue like "{"errorMessages":[],"errors":{"priority":"Specify the Priority (id or name) in the string format"}}" .
Please help me how to send the priority in payload.
Thanks,
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 10:54 PM
Hello @manju5
Use this docs-
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 10:57 PM
Hi @manju5
in Jira export a ticket to XML and then take a look on the <priority> tag:
You will recognize, that priority values have internal IDs. These IDs have to be used when sending information to Jira.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 12:55 AM
You are not taking the correct endpoint for the priority.
Have a look at Exalate, it is a decentralized integration solution, where you can granuarly decide which data will be send over.
Sending over the priority is one if it's main use-cases.
You will love this tool!