Can I create multiple comments on one issue using 1 api call. Or can I add multiple comments while creating the issue using REST api?
Dear @Khan Shab,
unfortunately, you cannot create comments to a non existing issue - first an issue has to be created then a comment can be added. Multiple comments are not possible with 1 call. Each comment one rest call.
But you can fire a second REST call immediately after the create, so that it even looks like done during creation.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.