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?
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible for you send me a sample code for using in script runner, please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.