I am looking for a Jira prioritization plugin, but can't find one that has a hierarchical view (showing the stories under each epic). I love the UI of Foxly for ratings, but it does not offer the hierarchical view.
For the hierarchical view, I'm thinking of Structure or Plans, where it shows all epics and the stories under them in a simple, collapsible view.
Thank you for your help!
This worked for me:
project = <your project> AND issuetype in (task, "Task ", Story, Improvement, Improvements, Research, Bug, Incident) AND status not in (Done, CANCELLED, Closed) AND (Sprint in (futureSprints()) OR Sprint is EMPTY) ORDER BY rank
Hi @Itay Keller!
Concerning your "order by assignee" question, nothing is that simple as it looks like. Check this question, for example:
I was to see issues ordered by assignee
This field seems to be filtered by userid which is not always a real name.
I haven't tested it in my environment, though.
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.
Hi @Itay Keller,
Quick Filters let you further filter the collection of issues appearing on a Scrum or Kanban board. Use Quick Filters to switch between different issue types (e.g. show only bugs), or to show team-specific views of a common backlog.
https://confluence.atlassian.com/jirasoftwarecloud/configuring-quick-filters-764478015.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ollie Guan ,
Thanks for your suggestion. It seems very much like what I was looking for.
I got this question:
Even though I added to the JQL and "order by assignee" the list in the backlog is not order in that way.
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.