Hi,
Can anyone help me, how can I connect to the JIRA tool with Eclipse BIRT inorder to fetch the 'created/solved/open' issues in the selected project which reside in JIRA. The fetched data in the report should be displayed in eclipse BIRT report.
Hope the question is clear and able to understand!!
Thanks for the help in advance!!
BR,
Vimala
You might be better off asking this in Eclipse/BIRT forums.
Jira has a database behind it which you can read without going through the front end or even any of the code (never ever write to it though!). I know BIRT offers a tool which you can include in an application which makes it easier to use, but it's not included in Jira, so you've got a bit of integration work to do if you want to use that. If you want to use it raw, then you'll need a database connection, and then a dictionary to enable your reports to understand and use the data in Jira. But this isn't really a Jira question, it's about hooking up BIRT to something, and it doesn't really matter that the something is Jira.
To get you started with the Jira side though, you mention a simple "created/solved/open" report. That's quite simple to define, it's all on the table jiraissues, although you'll need "where project = 12345" or "where key starts with PKEY", and you may want to join to the status table to read the human names of status.
Two brief warnings if you're going to do this
Oh, yes, and what Jacek says in his answer too - I think the connector is more there for "developer is fixing stuff in Eclipse and this saves them having to go wandering around in a separate browser session", but it's very useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jacek,
Thanks for the reply. I have downloaded the atlassian eclipse connector and started using it. After adding the JIRA repository, I have checked validate setting to check whether the server is working or not. I got the message like: The server authentication and given credentials are valid When I am trying to create a new JIRA Query in the eclipse IDE I am getting error like "Failed to download project list: Premature end of file." and "Query synchronization failed - premature end of file".
I have posted this error in eclipse forum, but didnot get any answer.
Hope you will you help to solve this error.
Thanks in advance.
BR,
Vimala
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That might be permission problem. Can you make sure or ask your JIRA admin to check if you have a 'browse project' permission in JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,I am using Kintosoft's SQL for JIRA & SQL for JIRA Reports And Charts.
earlier all reports ware displaying data on Dashboard but now few reports are giving error as below:
org.eclipse.birt.report.engine.api.EngineException: Cannot execute the statement.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
SQL error #1:Exception calling user-defined function: "getBoards(conn964: url=jdbc:default:connection user=, [Ljava.lang.Object;@5629135b, org.h2.tools.SimpleResultSet@3bc08bf1): null"; SQL statement:(here my query)
thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pablo Beltran,
Thanks for reply, I have raised an issue in Kintosoft's JIRA tracker. Issueid - BIRT-5
Regards,
Ravi singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried Atlassian Connector for Eclipse? https://confluence.atlassian.com/display/IDEPLUGIN/Installing+the+Eclipse+Connector
It allows to connect Eclipse to JIRA and fetch issues. I'm not sure if available issue list (task list) will be sufficient for your needs though.
Cheers,
Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to integrate Birt with JIRA then you might want to read more about this add-on: Birt Reports for JIRA.
It resolves all the issues mentioned in this thread: security, overload, etc. It's worth having a look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,I am using Kintosoft's SQL for JIRA & SQL for JIRA Reports And Charts.
earlier all reports ware displaying data on Dashboard but now few reports are giving error as below:
org.eclipse.birt.report.engine.api.EngineException: Cannot execute the statement.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
SQL error #1:Exception calling user-defined function: "getBoards(conn964: url=jdbc:default:connection user=, [Ljava.lang.Object;@5629135b, org.h2.tools.SimpleResultSet@3bc08bf1): null"; SQL statement:(here my query)
thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
More discussion: https://answers.atlassian.com/questions/63220/in-atlassian-connector-for-eclipse-cannot-create-a-new-jira-query-error
There are some dedicated reporting plugins for JIRA. You can search https://marketplace.atlassian.com/search?application=jira&q=reporting+. Here are two examples:
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.