hey i am working with the jsm webhook where i am try to get event for my jsm every activity i try audit log but that's not contain enough details like which request type is change
that's why i am using the webhook but while using it i figure out that the request type creation, update and delete event for team management project are coming but for the company manage project is not working for me
i want to know does it possible to get the event for those changes ?
Hi @Aniket
Can you explain by providing detail of your actions by screenshot and outlined steps?
for company managed project i am not getting the event for the request type
but see this is the webhook event for request type update for team managed project:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aniket
In this example you provide, there is also no Request Type mentioned, only issue type
You might be confused based on the Request Type and Issue type have the exact same name "Emailed Request"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
visually it refer me as request type this image is show the request type of team managed project which giving me event if i create, update or delete them but for company managed project which visually look like
this which don't giving me any of the event ,
also the event i show you was for the email request you can see that in the image
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aniket
No it's not.
This:
"issuetype": {
"id": "10067",
"name": "Email request",
"description": "Request received from your email support channel.",
Show the issue type details, not request type.
As I mentioned ootb the Email Request type name is identical to the Issue type name.
If you don't believe me, check the webhook call to a Service Request for example, it won't show "Request a new account"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.