You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add a new comment to the ticket by using Jira issue_add_comment method def issue_add_comment(self, issue_key, comment, visibility=None): """ Add comment into Jira issue :param issue_key: :param comment: :param visibility: OPTIONAL :return: """ base_url =
This will add a new comment to the bottom of the issue comment chain. I don't think you can start a 'thread' like reply to specific existing comment (even from gui)
Hi all,
I plan to use the Jira API to add comments, and I would like to ask how to add a reply to a comment.
Thanks & Regards,
Lil
The text was updated successfully, but these errors were encountered: