Can I add a comment to an issue with given created_at via API?

I can do something like request to'/rest/issue/execute/{issueID}?comment={my comment}', but it will add comment with current timestamp in created_at field.

Can I somehow specify created_at timestamp?

0

Please sign in to leave a comment.