Skip to main content
Solved

API issue with Priority | Postman | Freshservice


adityatawade
Top Contributor
Forum|alt.badge.img+3

Hello,

I am trying to make a ticket via Postman. As I define priority as value 4 which is Urgent in Postman. But as I create a ticket my ticket get priority as low which should happen, No workflow are working.

Also I have tried in new Instance and Same Problem. I am attaching some Image for reference

Check Priority

 

Best answer by sanofar.allahpichai

Hi @adityatawade,

Could you check if Priority Matrix is enabled in your account under Admin → Helpdesk Productivity. The Priority Matrix automatically sets the priority of the Incident ticket based on the Impact and Urgency.

 

 

 

 

 

 

 

 

 

Since you are not setting any values to the Impact and Urgency fields in your API call, they are taken as ‘Low’ (value 1) by default. You could either disable the priority matrix or include the “impact”:3 and “urgency”:3 attributes to your API payload and that should resolve the issue.

Thanks @zachary.king for looping us in. FYI.

Cheers!

View original
Did this topic help you find an answer to your question?

7 replies

Glavin Crasta
Top Contributor
Forum|alt.badge.img+6
  • Top Contributor
  • 44 replies
  • April 10, 2022

Hi @adityatawade , can you make a POST request and check again. From the screenshot it looks like you are making a GET request that is ideally fetching all the tickets from the system.


adityatawade
Top Contributor
Forum|alt.badge.img+3
  • Author
  • Top Contributor
  • 5 replies
  • April 11, 2022
API issue

 

 


zachary.king
Skilled Expert
Forum|alt.badge.img+16
  • Skilled Expert
  • 951 replies
  • April 11, 2022

Hello @adityatawade I ran through a few tests to see if I could replicate your issue and I also am getting tickets set to a low priority after I have changed the data I am sending in a POST request. This looks to be a bug. Best course is to raise a support ticket at support@freshservice.com. Also I would take this issue to the developer community here as they can get in touch with the team responsible for the Freshservice API. Tagging @sanofar.allahpichai since she has done a great job for us in the past in resolving technical issue regarding freshservice.

Let us know how it goes. Hope we can get this fixed.

Take care!


sanofar.allahpichai
Community Debut
Forum|alt.badge.img+6

Hi @adityatawade,

Could you check if Priority Matrix is enabled in your account under Admin → Helpdesk Productivity. The Priority Matrix automatically sets the priority of the Incident ticket based on the Impact and Urgency.

 

 

 

 

 

 

 

 

 

Since you are not setting any values to the Impact and Urgency fields in your API call, they are taken as ‘Low’ (value 1) by default. You could either disable the priority matrix or include the “impact”:3 and “urgency”:3 attributes to your API payload and that should resolve the issue.

Thanks @zachary.king for looping us in. FYI.

Cheers!


zachary.king
Skilled Expert
Forum|alt.badge.img+16
  • Skilled Expert
  • 951 replies
  • April 11, 2022

Thank you @sanofar.allahpichai for taking a look at this. I made the adjustment you mentioned and that definitely fixed the issue on my side. Hope it does the same for @adityatawade

Thanks again!


zachary.king
Skilled Expert
Forum|alt.badge.img+16
  • Skilled Expert
  • 951 replies
  • April 11, 2022

@sanofar.allahpichai This does raise a question though 🤔 When I tested this I did so in a sandbox spun up from our production environment. In our production environment we do not have Priority Matrix enabled, so is there a reason why that setting is not replicated in the sandbox when it is built? I wasn’t aware that it would be reenabled and I have built workflow where, I feel like, that setting has negativity impacted its functionality when testing in the sandbox. Might be worth bringing up to the product team regarding a true representation of the production environment when creating a sandbox.

Thanks 🤗


adityatawade
Top Contributor
Forum|alt.badge.img+3
  • Author
  • Top Contributor
  • 5 replies
  • April 11, 2022

Thanks for response, I have disable Priority Matrix and now its working fine 🚀

 @sanofar.allahpichai @zachary.king 


Reply