Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Add a Reply to a Comment Using the Jira API? #1469

Open
Dingli16 opened this issue Oct 21, 2024 · 1 comment
Open

How to Add a Reply to a Comment Using the Jira API? #1469

Dingli16 opened this issue Oct 21, 2024 · 1 comment

Comments

@Dingli16
Copy link

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

@gkowalc
Copy link
Contributor

gkowalc commented Oct 21, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants