I would like to create a list of Issues sorted by the Labels and export to Excel. I would like to show the Back Log list grouped by Label to show the Client who does not have access to Jira. I am using labels to group issues.
Hi James, I hope you're doing well!
To accomplish this you may create a new filter in your project.
On the right-hand side of your filter screen, add the column Labels, this will add the column labels to your filter table.
With this new column, you may click on the Label header to sort the issues by Labels or use JQL to manually order by label (something like ORDER BY labels DESC).
On the filter screen, you will have an option on the top right-hand side to export to Excel, note that this will export the columns you have on your filter table, including the newly added Label column.
Once you click the export yo Excel button, you will be prompted with a download pop-up of your filter issues.
Hope this provides enough information about how to accomplish the result you want
Felipe Gaiotto.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.