Hi, Experts,
I'm looking for a possibility to report for the defects in a table.
The existing two dimentional report in Jira does not show the Zero Values. In the example below it would not show me the "Closed" and "red".
Second Problem: it is requiered to show new Dedects (younger as 1 Week) in the same table.
green yellow red Open 1 0 0 in Progres 1 2 0 Closed 0 0 0 New (<1 Week) 1 1 0
Is ist possible to create kind of wiki table, where each cell contains a jql quiry?
Cheers,
Artur
Short answer is "no" because you are
1. Trying to show negatives, which are surpressed by default to try to simplify reporting
2. Trying to put more than one filter into something that runs off one simple filter
You can work around point 2 though - take the filter you already have. Then create a second filter for your "show new defects". Then add "or filter = "My second filter"" to effectively merge the two.
Hi, Nic,
I understand that it ist not possible to make this very report with onboard tools. But is there no possibility to use wiki + jql?
ps. it was possible in Polarion.
Cheers, Artur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You won't get "closed" out because it's not relevant - there's no data for it. Reporting 0s can have some uses, but generally, it's pointless because humans instinctively think "it's not on the report, so it must be unused/zero/null/unimportant"
The rest of the report is all there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe Smart Reports can do that - https://marketplace.atlassian.com/plugins/com.codedoers.jira.smart-reports/server/overview
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.