Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using Jira Portfolio JAVA API along side existing Jira Plugin?

DPKJ
Community Champion
January 11, 2019

I have existing Jira plugin, to which I want to add some features that will require "Jira Portfolio Plugin" Java API.

Will adding Jira Portfolio Java API will cause issue for users those who don't have this plugin installed in Jira? If yes how do I add feature to my plugin to support Jira Portfolio.

1 answer

0 votes
Bastian Stehmann
Community Champion
January 12, 2019

Hi @DPKJ,

Without doing a lot of research,  I would say this causes problems, because when you try to call something that is not installed, it can not work.

So you must tell your users that they must have Portfolio installed and check in your code, if Portfolio is available and continue only then.

DPKJ
Community Champion
January 13, 2019

I was also thinking on same front. Thanks.

Suggest an answer

Log in or Sign up to answer