Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-8847

Add a link from the View Issue page of an Epic which shows the "Issues in Epic" in Issue Navigator

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • None
    • 3
    • 2
    • 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.

      Issue

      Currently the Epic card list has a section "Issues in Epic" but the sorting of those issues cannot be sorted by status or resolution or assignee.

      Sorting would be helpful to quickly get an overview of the Epic. So I like to do this with as few mouse clicks as possible.

          Form Name

            [JSWSERVER-8847] Add a link from the View Issue page of an Epic which shows the "Issues in Epic" in Issue Navigator

            Voting for this one, but really needing JSWSERVER-10417.

            Yves Frederix added a comment - Voting for this one, but really needing JSWSERVER-10417 .

            mike added a comment -

            Agree with others that JSWSERVER-10417 is NOT a duplicate of this issue, they're asking for completely different things.

            This issue is to easy generate a query that lists the issues that are child to this feature, a handy ability for sure, but not at all what JSWSERVER-10417 is asking for.

            JSWSERVER-10417 is asking to also have the Priority icon alongside the Issue Key and Summary of issues in the "Issues in this Feature" area of a Feature.  Very different, and HIGHLY SOUGHT AFTER!

            mike added a comment - Agree with others that JSWSERVER-10417 is NOT a duplicate of this issue, they're asking for completely different things. This issue is to easy generate a query that lists the issues that are child to this feature, a handy ability for sure, but not at all what JSWSERVER-10417 is asking for. JSWSERVER-10417 is asking to also have the Priority icon alongside the Issue Key and Summary of issues in the "Issues in this Feature" area of a Feature.  Very different, and HIGHLY SOUGHT AFTER!

            I also wouldn't judge JSWSERVER-10417 as a duplicate of this one. And also I would love to see priorities column in "Issues in Epic" section.

            RafaÅ‚ Kopka added a comment - I also wouldn't judge JSWSERVER-10417  as a duplicate of this one. And also I would love to see priorities column in "Issues in Epic" section.

            Andrew G added a comment -

            Coming here from https://jira.atlassian.com/browse/JSWSERVER-10417, which I don't believe to be necessarily a duplicate. I don't even understand the lingo in this issue from 2013, with an attached screenshot of a UI I've never seen before. Must have been a really old version of Jira. At any rate, Please For The Love Of Productivity add in some indicator of priority to the "Issues in Epic" section

            Andrew G added a comment - Coming here from https://jira.atlassian.com/browse/JSWSERVER-10417 , which I don't believe to be necessarily a duplicate. I don't even understand the lingo in this issue from 2013, with an attached screenshot of a UI I've never seen before. Must have been a really old version of Jira. At any rate, Please For The Love Of Productivity add in some indicator of priority to the "Issues in Epic" section

            It seems like the comments here have strayed from a link to issue navigator results when viewing an epic (as mentioned in the summary and initial comments) to displaying priority in the "issues by epic" list. Other options in that list would be fine but a link to issue navigator results would also be welcome and save time.

            It also seems that I can no longer link issues in JAC. As such, I will mention here that this seems related to JSWSERVER-12301.

            Nathanael Motz added a comment - It seems like the comments here have strayed from a link to issue navigator results when viewing an epic (as mentioned in the summary and initial comments) to displaying priority in the "issues by epic" list. Other options in that list would be fine but a link to issue navigator results would also be welcome and save time. It also seems that I can no longer link issues in JAC. As such, I will mention here that this seems related to JSWSERVER-12301 .

            Deepali Bagul added a comment - - edited

            I was able to get the priority name for issues in epics. Use below code in announcement banner

            <script type='text/javascript'>
            AJS.$(document).ready(function() {
            
            AJS.$('#ghx-issues-in-epic-table tr').each(function(){
            var row = this;
            var issueKey = AJS.$(this).attr("data-issuekey");
            AJS.$.getJSON(AJS.contextPath() + '/rest/api/latest/issue/' + issueKey, function(data){
            var value = data.fields.priority.name;
            console.log('Got priority column value:- ' + value);
            var actions = AJS.$(row).find('td.issue_actions');
            AJS.$(actions).before('<td class="nav">' + value + '</td>');
            });
            });
            
            });
            </script>

            Thanks.

            Deepali Bagul added a comment - - edited I was able to get the priority name for issues in epics. Use below code in announcement banner <script type= 'text/javascript' > AJS.$(document).ready(function() { AJS.$( '#ghx-issues-in-epic-table tr' ).each(function(){ var row = this ; var issueKey = AJS.$( this ).attr( "data-issuekey" ); AJS.$.getJSON(AJS.contextPath() + '/ rest /api/latest/issue/' + issueKey, function(data){ var value = data.fields.priority.name; console.log( 'Got priority column value:- ' + value); var actions = AJS.$(row).find( 'td.issue_actions' ); AJS.$(actions).before( '<td class= "nav" >' + value + '</td>' ); }); }); }); </script> Thanks.

            Voting for (supposedly duplicate JSWSERVER-10417) show priority in Issue in Epic!

            Benjamin Michiels added a comment - Voting for (supposedly duplicate JSWSERVER-10417 ) show priority in Issue in Epic!

            Please display priority of Issues in Epic

            Jason C. HandUber added a comment - Please display priority of Issues in Epic

            i want to see this too

            Joshua Castañeda added a comment - i want to see this too

            kAyOw added a comment -

            Display priority of Issues in Epic, please.

            kAyOw added a comment - Display priority of Issues in Epic, please.

              Unassigned Unassigned
              50fd64dab8b4 rbn
              Votes:
              75 Vote for this issue
              Watchers:
              44 Start watching this issue

                Created:
                Updated: