Can an external Servlet(whcih is not in jira) communicate with my plugin class. If yes then how to achieve this

Satyendra Narwane
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2013

Can an external Servlet(whcih is not in jira) communicate with my plugin class. If yes then how to achieve this

what I am trying to do is that get jira comments and display it on the website whcih will either have a JSP or a Servlet. So can my custome made plugin talk with the servlet of the website to exchange the Comment data.

1 answer

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2013

you can get comments for issue using REST, check this api

https://docs.atlassian.com/jira/REST/latest/#d2e1106

Suggest an answer

Log in or Sign up to answer