I am trying to develop an Atlassian connect jira plugin with Atlassian cloud spring boot connect framework. How to connect to jira on-demand database? Can I connect or connect? How is data stored in jira? which database is used?
Correct as far as I can understand. How about you yell us what data you're trying to retrieve?
I want to calculate something, let it be X. For that, I need the number of review defects per month where review defect is an issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Understood.
Simply using the Search API while searching for 'type = Defect AND created < startOfMonth(-1)' should return you a count of all defects created in this month.
The API you have available to you is Jira Connect and JIRA REST. Outside of that I can't comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, thank you for your valuable information. Very helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot connect to the database of a Jira Cloud instance.
The only data you may store in Jira Cloud is on Issue Properties. All other data must be stored by you in your app, in your database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please read Steven's answer again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Via the REST API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, only via the REST API. And if there is no existing predefined API, then I cannot fetch my data. Please correct me, if I am wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are correct. Forget about the database, your only access to data in a Connect add-on (or other external systems) is the REST API.
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.