Issue update comment

Aivo Kuhlberg August 4, 2014

Hi,

I am trying to add comment using jira-python to update issue but seems that it does not work:

issue.update(description=issue.fields.description+' some text', comment='Added some text')

I dont see any error messages but when I check the JIRA issue then it has not changed.

1 answer

0 votes
z August 5, 2014

Hi,

There is a separate method for adding comment:

jira.add_comment(issue, 'Comment text')

Suggest an answer

Log in or Sign up to answer