No, you don't. Seriously, that is NOT going to "make reports easy".
To perform a full search for JIRA issues matching something, you could have to join the main issue table up to 30 times, and via multi-layered joins. Even a search for a simple custom field is 3 or 4 joins, depending on the type.
SQL is the worst way to do it.
Have a look in the marketplace for reporting add-ons. And maybe tell us what report(s) you are looking for as we might be able to point you at something better.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tell them they're wrong. You have the support of all of us who've looked at the database!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please, can you suggest me an add-on to use for this porpuse.
Thanx :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll want one that understands the JIRA database properly. There's quite a few around, but I'd lean towards EazyBI and Arsenale's Dataplane. They're very different beasts, so it's worth a look at both to compare them for your needs, and any others you find in the marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there,
Please can u say to me if it is a good way to connect Jira DB with Access, for reports to come easy ?
Thanx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. Absolutely not.
Access is not a proper database and it's pretty much impossible to use it as a back-end for JIRA. Even if you could get it to work (you won't), you are totally unsupported and won't be able to upgrade it.
If you mean you want to keep JIRA on a proper supported database and then try to use Access for reporting, you'll still be trying to use SQL to read JIRA, which we've already discussed as being a terrible thing to do and never "easy".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I asked this, because someone here has made some queries in access and this is the way that we report LogWorked and the add-on we use for time tracking is : https://marketplace.atlassian.com/plugins/org.everit.jira.timetracker.plugin/server/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your user will have to download copies of the work logged data to mangle in Access.
By far the best way to do that is to use the REST API to pull out the data they want, then write something to change it into the shape you need.Or use the functions in the add-on you have?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Every time i make the timetracker report, i export all the fields in excel and then copy them in the access table and re-run the query to track the time worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that's another way to do it.
Although I would question why your add-on doesn't do the report you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Becuase :
Senior = Grade 1
Specialist = Grade 2
Junior = Grade 3
and if a seniour user has loged 43210 sec we calculate this : 43210/60/60/8/grade of the user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tempo's folio add-on does that doer of thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So sthm is clear, in Jira almost everything is done using add-ons..
Am I right ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. Projects, issues, fields, workflows, time logs, comments, etc - everything that is related to "issue tracking" is done in JIRA
When the main product can't meet your specific needs because it's a generalised application, then you start looking at add-ons
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.
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.