Controlling JIRA via Liferay
Posted
by Shayan
on Stack Overflow
See other posts from Stack Overflow
or by Shayan
Published on 2010-04-26T14:20:38Z
Indexed on
2010/04/26
14:23 UTC
Read the original article
Hit count: 321
I am trying to integrate JIRA into Liferay as a portlet. It seems to be that the best way to do that is using the IFrame portlet. However, there are a few additional things that I need to control. I am trying to model a workflow in JIRA, so depending on what happens within the Liferay portal, Liferay will need to be able to advance the status of tasks in JIRA. In addition, when a task is completed in JIRA, it needs to be able to call back to Liferay and create new users or groups if necessary.
Is there some way to integrate JIRA and Liferay so that they can call each others APIs? Thanks.
© Stack Overflow or respective owner