how can i insert my java class into JIRA as plugin or compenent?

Onder Yesil February 10, 2013

I would like to write a java code that retrieves issue message from msmq and perform edit action on jira issue. How can i do that without using of REST or Rest Client. I want

1 answer

0 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.
February 10, 2013

You can't do this to an OnDemand installation. Your only option is REST there.

If you want to do it to a Jira you have full control over, then you probably want to write a service in Jira that can pull from whatever msmq might be, parse the data available and update an issue. You can wrap services up as Jira plugins, have a look at https://developer.atlassian.com/display/JIRADEV/JIRA+Plugin+Guide and then https://confluence.atlassian.com/display/JIRA/Services

Suggest an answer

Log in or Sign up to answer