Order search results

Elena Prowse January 9, 2022

Hi, 

Is there a way to refine search results by grouping then when issues are linked? 

For instance: story A and all tasks linked to it, than story B and and its tasks, Story C etc...

P.S. we are using ScriptRunner if it matters at all.

 

Thank you

2 answers

0 votes
Hannes Obweger - JXL for Jira
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
January 9, 2022

Hi @Elena Prowse

you could achieve this very nicely with JXL for Jira. JXL is a full-fledged spreadsheet/table view on your issues in which you can configure so-called "issue hierarchies", either based on Jira's built-in parent/child relationships, or based on issue links. 

Here's how this looks in action; I'm grouping issues by their "is child of" relation:

link-grouping.gif

You can have multiple "levels" of grouping, too. It's also worth noting that JXL gives you way more than just this; e.g. you can quickly edit and create issues (either individually or in bulk), perform fast sorting and filtering, etc. etc.

(Disclaimer: I work on JXL :))

Hope this helps,

Hannes

0 votes
Vishwas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 9, 2022

hey @Elena Prowse 

We can do this, just create a filter for the Stories you have to search the linked issues. And then use the below JQL.

JQL format:

issueFunction in linkedIssuesOf("filter = 'Stories Filter'")

Hope this helps !!

Regards,

Vishwas

Suggest an answer

Log in or Sign up to answer