Is there a Jira API? We need to query projects from the Jira database. Currently we are using curl in a bash shell script with REST API. It takes over two days for this script to run. There are over 100 projects and the script requires multple curl calls, some take several minutes to return data, multiply that by 100+, so it takes day's to complete.
I am wondering if there is a better way? Does Atlassian provide an API to use, or is the REST API the only option?
Thanks
Daryl
Two for server. The REST API you've already found. The internal Java API can be used by apps you write to install in Jira Server (including a couple of apps that enable us to code inside Jira, you can find them in the marketplace)
An app written for Jira would certainly be able accumulate your data faster than hundreds of REST calls, but you'll still have to worry about delivering the results somehow.
I'm new to Jira, Confluence etc....I was kind of handed it and don't have much knowledge or experience. Where does a person find details for the internal Java API? Trying to get management to approve something from the market place is impossible, so I think the Java API is solution that I'm looking for. If you can provide more info, I will appreciate it.
Thank you.
Daryl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I answered my own question. I just needed to look. I found something on Java API's that I can read and hopefully that'll work.
Thank you.
Daryl
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.