Is it possible to add comment in new line in JIRA via api call

Hi,

According to requirement i have to update comments in jira in new line.
I am able to update comment as whole in jira via http call but unable to update in new line.
how can i achieve this
@Cristian_Negulescu
my comment in body of http request is like below


It is updating in jira like this

but i want “please check after…” should write in next line .
please help me to achieve this.

I think the answer is to add \r\n inside of string Or build string like this “…needful.”+ Environment.NewLine+“Please check…”

Thanks \r\n worked

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.