Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I call java function on add comment button

Prashant Mali October 26, 2016

How to call java function when I clicked on add comment button

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 27, 2016

Not without core code change, directly - you'd need to add code on the click of the button.

But, you could easily find/write a listener that picks up "issue commented" and does something when that event happens.

 

Prashant Mali October 27, 2016

Ok  fine I have added EventType.ISSUE_COMMENTED_ID. its working good.When I call add comment button  It is calling this function.  but how to get that comment data.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 27, 2016

It should be available as part of the event.

TAGS
AUG Leaders

Atlassian Community Events