Hello,
I am trying to use the Two Dimensional Filter statistics gadget to create a JIRA Dashboard for my project. would like to know is there any way I can select issuekey in the x-axis of the Two Dimensional Filter statistics?
I find that there is no such option and I want to have something like this showing up in my Dashboard. I wonder which gadget I can use to achieve the result I want?
IssueKey Ticket link count
ABC-1 10
ABC-2 2
Many thanks!
For this you have to use the customfield, create one customfield "Short Text" and copy issue keys in this field and use this filed in dashboard. This is the only solution I think.
if ticket link count is also a custom field then you can use the filter result gadget and use these two fields only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
There is no point in having issue-key on an axis in a 2-dimensional gadget report because you would simply get one row or column per issue, with only one box filled in each with a value of 1.
It would be a useless report, it would be nothing like what you've described in your mock-up (which does not look right to me - you've got "ticket" as a column, which I suspect will simply repeat the issue key)
For your report, you are going to need to write a report app that can provide the report, with code that can count the issue links on an issue, or display them as a field.
You could get close to this by defining a scripted field that counts the links on issues or echoes the issue links.
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.