Skip to main content

Hide/Remove `Created By` in Tickets

  • April 15, 2025
  • 2 replies
  • 47 views

aswinraaj23
Apprentice

Hi, I am Creating tickets with API and after creating the ticket, I am seeing the ‘Created by’ as the name of the User whose API key that I used to authenticate the API request. i want to remove or hide the Created By. Is there any option to do the same?

 

 

2 replies

afautley
Top Contributor ⭐
Forum|alt.badge.img+11
  • Top Contributor ⭐
  • 205 replies
  • April 15, 2025

Not sure if it is possible.. but when creating the ticket via API can you set the created by as Blank or someone that you want it to be??

You might be able to bypass mandatory fields if you need to..

 

Query Parameters Handle
bypass_mandatory To bypass mandatory fields check while updating the ticket except for requester_id, source. Any business rules trying to mandate certain fields will also be bypassed. All fields configured as mandatory upon closing or resolving the ticket will be skipped while updating the ticket. This can only be passed by an admin.
Example: api/v2/ticket/{ticket_id}?bypass_mandatory=true



https://api.freshservice.com/#update_ticket_priority


Daniel Söderlund
Top Contributor ⭐
Forum|alt.badge.img+14
  • Top Contributor ⭐
  • 1407 replies
  • April 15, 2025

Not sure if it is possible.. but when creating the ticket via API can you set the created by as Blank or someone that you want it to be??

You might be able to bypass mandatory fields if you need to..

 

Query Parameters Handle
bypass_mandatory To bypass mandatory fields check while updating the ticket except for requester_id, source. Any business rules trying to mandate certain fields will also be bypassed. All fields configured as mandatory upon closing or resolving the ticket will be skipped while updating the ticket. This can only be passed by an admin.
Example: api/v2/ticket/{ticket_id}?bypass_mandatory=true



https://api.freshservice.com/#update_ticket_priority

@aswinraaj23 are talking about Freshdesk by the screenshots. Just posted wrong forum.
@Kamakshi V can you move this post ? 

I don’t know either if this can be done