i need to copy data from Jira to aws (not migration).
The information will continue in jira is just a way to generate reports using aws as a repository and not burdening jira
Welcome to the Atlassian Community!
Copy to what in AWS? Another Jira? A data store/warehouse/base? What reporting are you trying to do? (There are reporting tools for Jira that don't stress it)
And what data are you trying to copy? If it's issue data, your best option for a copy is to use the REST API to extract what you want. (Also, I'm assuming you are on Jira Server)
We need the data that stay at jira (kanban , projects) in the AWS to analise the information with other software..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So reporting then, but based on data you extract and transform.
Best thing to do is read Jira over it's REST API to get the data you want to put into your reporting database/tool.
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.
Model for what?
You should probably be building your own model to suit your reporting.
Sorry, that was a little short, I hit send too early.
I'm currently building a reporting-on-jira database model. It's totally different to a Jira database structure, because the Jira database is not built to be reported off, and it's not even a database - a lot of the logic is done in the application. The model I'm building won't work for your reports.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need a model "REST api" TO building my own model over this exemple of REST API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, not a model, you need to know what you can get from Jira with a REST call.
Start with a run through https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/
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.