• 10
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      Atlassian Status as of 10 September 2013

      Hello All,

      We're excited to announce that this improvement will be included in JIRA 6.1, so cascading select lists now support statististics. Thanks again for your feedback and participation on this improvement request! Keep the feedback coming!

      Cheers,

      JIRA Product Management


      The statistics portlet does not allow to choose custom fields of type "cascading select lists". It would be nice to have this feature, e.g. implemented as going through all possible parent-child combinations to make it flat.

            [JRASERVER-6411] Statistics Gadget and Cascading Select Lists

            Akeles added a comment -

            Hi Adam,

            You might want to check out our Multiple Filters Chart Gadget to do reporting for Cascading Select fields

            You can check out the page Tips and Tricks of using Multiple Filters Chart Gadget for an example. 

            Hope it helps.

            Akeles added a comment - Hi Adam, You might want to check out our Multiple Filters Chart Gadget to do reporting for Cascading Select fields You can check out the page Tips and Tricks of using Multiple Filters Chart Gadget for an example.  Hope it helps.

            Hi guys ...

            Any plans to allow for selecting either the parent or child in the Statistics Gadget for Cascading Select Lists?

            It would be a great help to look at 105 issues in the gadget with being able to group by the parent value?

            Adam Thomas added a comment - Hi guys ... Any plans to allow for selecting either the parent or child in the Statistics Gadget for Cascading Select Lists? It would be a great help to look at 105 issues in the gadget with being able to group by the parent value?

            Hey Matt Doar, we are using your old version of csstat (4.2) currently on our 5.0.3 Jira. We are testing an upgrade to Jira to 6.3. We have run into the issue that if we have the csstat enabled after the upgrade, it crashes the 6.3 Jira, if we disable it, the Jira 6.3 works and we can use the 6.3 cascading fields, but can't see the ones we created in csstat for our gadgets. Is there a way to map those csstat fields to the new Jira 6.3 cascades? Any input or advise would be great.

            Thanks in advance
            Ron

            Ron Hancock added a comment - Hey Matt Doar, we are using your old version of csstat (4.2) currently on our 5.0.3 Jira. We are testing an upgrade to Jira to 6.3. We have run into the issue that if we have the csstat enabled after the upgrade, it crashes the 6.3 Jira, if we disable it, the Jira 6.3 works and we can use the 6.3 cascading fields, but can't see the ones we created in csstat for our gadgets. Is there a way to map those csstat fields to the new Jira 6.3 cascades? Any input or advise would be great. Thanks in advance Ron

            Fixed, but missing the ability to include only parent or child options in statistics gadgets?

            Desmond Cox added a comment - Fixed, but missing the ability to include only parent or child options in statistics gadgets?

            MattS added a comment - - edited

            For those people who want to do this in JIRA versions that are older than 6.1 I've uploaded the code to https://bitbucket.org/mdoar/csstats for the plugin that makes Cascading Select fields usable in JIRA statistics gadgets. No support, no guarantees, just being helpful

            MattS added a comment - - edited For those people who want to do this in JIRA versions that are older than 6.1 I've uploaded the code to https://bitbucket.org/mdoar/csstats for the plugin that makes Cascading Select fields usable in JIRA statistics gadgets. No support, no guarantees, just being helpful

            We are using 5.0 jira version, we have added Cascading Select custom filed. Cascading Select filed is not seen in any gadgets as x or y axis. As we cant get this fix on production.Is there any work around to put my Cascading Select values in my jira dashboard.

            sundar paul added a comment - We are using 5.0 jira version, we have added Cascading Select custom filed. Cascading Select filed is not seen in any gadgets as x or y axis. As we cant get this fix on production.Is there any work around to put my Cascading Select values in my jira dashboard.

            We're excited to announce that this improvement will be available in JIRA 6.1!

            If you're interested in getting a sneak peak at JIRA 6.1 before it releases, definitely take a look at our early release program.

            Thanks again for your feedback on this issue and detailed comments, as well as your patience on this issue.

            Bryan Rollins added a comment - We're excited to announce that this improvement will be available in JIRA 6.1! If you're interested in getting a sneak peak at JIRA 6.1 before it releases, definitely take a look at our early release program. Thanks again for your feedback on this issue and detailed comments, as well as your patience on this issue.

            It's in the next version (1.5.6) of the JIRA Misc Custom Fields plugin, and it applies only to Calculated Text Fields (also provided by that plugin). See https://innovalog.atlassian.net/browse/JMCF-82 for details.

            David [old account] added a comment - It's in the next version (1.5.6) of the JIRA Misc Custom Fields plugin, and it applies only to Calculated Text Fields (also provided by that plugin). See https://innovalog.atlassian.net/browse/JMCF-82 for details.

            Anton Matosov added a comment - - edited

            Where can I find the "Exact Text Searcher (statistics-compatible)" searcher. I am trying to configure such a custom fields in JIRA v6.0.1. No luck so far...

            Anton Matosov added a comment - - edited Where can I find the "Exact Text Searcher (statistics-compatible)" searcher. I am trying to configure such a custom fields in JIRA v6.0.1. No luck so far...

            David [old account] added a comment - - edited

            You're welcome Keith

            However, the correct formulas are:
            Parent value from Cascading Select:

            <!-- @@Formula: (issue.getRawValue("customfield_11512") == null) ? null : issue.getRawValue("customfield_11512").get(null) -->
            

            Child value from Cascading Select:

            <!-- @@Formula: (issue.getRawValue("customfield_11512") == null) ? null : issue.getRawValue("customfield_11512").get("1") -->
            

            Also, you must make sure you select the "Exact Text Searcher (statistics-compatible)" searcher when configuring the JMCF Calculated Text Fields, or it won't work.

            David [old account] added a comment - - edited You're welcome Keith However, the correct formulas are: Parent value from Cascading Select: <!-- @@Formula: (issue.getRawValue( "customfield_11512" ) == null ) ? null : issue.getRawValue( "customfield_11512" ).get( null ) --> Child value from Cascading Select: <!-- @@Formula: (issue.getRawValue( "customfield_11512" ) == null ) ? null : issue.getRawValue( "customfield_11512" ).get( "1" ) --> Also, you must make sure you select the "Exact Text Searcher (statistics-compatible)" searcher when configuring the JMCF Calculated Text Fields, or it won't work.

              Unassigned Unassigned
              d086d90b09b4 Kai Jauslin
              Votes:
              177 Vote for this issue
              Watchers:
              131 Start watching this issue

                Created:
                Updated:
                Resolved: