Forums

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

How to import from Lan sweeper to jira data center?

Rasa
Contributor
June 25, 2023

Hi every one

i want to use jira (Data Center) as a asset management tool for my organization.

it is so important for us.

please help me

1. is there any plugin for it? how can i integrate jira with lan sweeper ?

2. Can it be updated automatically and periodically and update jira issues?

 

2 answers

0 votes
Evgenii
Community Champion
June 25, 2023

Hi, @Rasa 
Ways, how I'd solve this problem:

1. Look for API, maybe App gives away data in JSON format (unlikely, if it happens, but miracles happen sometimes)

2. Look for adequate data in DB and use SQL request (made by self, or good DBA in company) to get all needed data from App.

3. Write connector (in Python, or Groovy), to get data, combine them in JSON, and then this file can be imported in Assets

Rasa
Contributor
June 25, 2023

 thanks for quick response @Evgeniy

0 votes
Craig Nodwell
Community Champion
June 25, 2023

Hi @Rasa I've never done this however I've done it on many other systems and from what I've read, with some development effort you should be able to accomplish this.  Since both systems are using a database as a backend you could develop sql and automation scripts or even a custom plugin to create/update on both systems.  I don't know the depth of your available skillsets, but if you have any development resources I'd send them over to Atlassian Developer to have a review at how you could do this.
If you have a plugin like scriptrunner you could also setup a resource or rest endpoint to wrap into scripts to do that same kind of thing if you have the plugin and don't want to go down the plugin route.

Rasa
Contributor
June 25, 2023

Is it possible for you send me a sample code for using in script runner, please?

@Craig Nodwell 

Suggest an answer

Log in or Sign up to answer