Forums

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

Retrieve Issues From Another Jira Instance With a Plugin

Daniel Etzold
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 10, 2021

I'm creating a Jira plugin which retrieves data (e.g. attachments) from one issue of one project (e.g. project A) to update another issue in another project (e.g. project B).

This works fine if the projects exist in the same Jira instance. Now, I want to install and use the plugin in another Jira instance. Is it possible for the plugin that is installed in the second instance to retrieve the data from issues of the first instance?

Currently, I'm using the following function of the SDK:

ComponentAccessor.getIssueManager().getIssueObject("ISSUE-123");

 

0 answers

Suggest an answer

Log in or Sign up to answer