Hi,
I have few agile development teams that work on tasks for many biz projects (Many to Many). So every dev team have it own JIRA Project for the backlog.
It is possible to generate and agile report (like release burndown for example) that span across few JIRA Projects.
So for a particular biz effort we used a label (tag) for all the JIRA Stories/task , we would want to pull the burndown chart from JIRA projects A, B and C.
Thanks ,
Lior
You just need to include all your issues in the board filter.
Can you provide steps to create that report. On our JIRA intance when I navigate to an Agile board and select the Report tab I don't see an option to specify which issues are included in the report.
Lior
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The reports report on the issues included in the board. There's no "specifiy issues" because it reports on the board.
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.
The question is simple: I want a chart that shows data from several projects. The answer is that a chart reports on a board, so if you want a chart telling you about several projects, include them in the board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I get that, but I cannot get the report blueprint to accept a single JQL statement to include all projects. Thus, project = 'IIA' works fine. But I was only able to add additional projects to the report blueprint by using the JIRA/Issue filter from the Insert drop-down. And try as I might I cannot find the JQL syntax for All Projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, but that makes little sense. What do you mean by "report blueprint"? JIRA doesn't have those. It sounds like you are actually working in Confluence, and this question has nothing to do with Confluence, so you're asking in the wrong place. As for the JQL syntax for "all projects", I'll say it's not obvious, but it is simple. It's "". Or nothing. The point is to select "everything", so if you enter a query with no clauses to limit it, you get the lot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that. Tried it but I still cannot get a report to solve a very simple problem; give me a report that shows all projects. And yes, I'm in Confluence trying to get a JIRA issues report for all my projects using what I believe is called a blueprint. I'll keep thrashing away at it. The answer has to be in there somewhere.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA doesn't have, or expose "all projects", it works with *issues*. So start there - does a filter for <nothing> return all the issues in JIRA? Can you use it in a "filter statistics" dashboard gadget to summarise the number of issues by project? Once you have that working, move into Confluence. Blueprints in Confluence are page/space creation wizards, not reporting functions, so I'm not sure why you're looking at those, but we can come back to that. Fire up a plain page and try the JIRA macros to see your filter - does that work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project -> backlog -> board
Therefore, those kind of reports can easily made with SQL for JIRA (2.0+) as it supports the JIRA Software (Agile) REST API and it is possible to get the all the issues for any Agile board, backlog or even individual sprints and join the rest of the JIRA data like Story points, worklogs etc.
Furthermore, with the power of the SQL language you are able to filter and aggregate data in a really flexible and powerful way.
Hope this helps.
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.