In the alert();
I want to call the issueId display in the debug mode but I can't manage to do it.
If I put alert(data);
I have this : `
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
`
But when i write this alert(data.issueId);
it doesn't recognize the issueId.
Really need help please.