Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide closed releases in Structure (similar to sprints)

Ram June 22, 2020

I created a structure with 3 levels:

1). 1st level - Release (group by)

2). 2nd level - Sprint  (group by)

3). Issues in Sprint

Also applied filter to list only active and future sprints.  

But I am seeing completed/older releases as well in the list.  I like to see only active or future releases.  Any suggestions ?

1 answer

1 accepted

1 vote
Answer accepted
Egor Tasa [ALM Works]
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.
June 23, 2020

Hi @Ram 

At the moment there is no mechanism similar to sprints to handle releases. You can create a JQL that would filter out closed releases, but you'd have to select those releases manually for that formula. Like release not in (release1, release2, release3) For fixVersions there are JQL functions like releasedVersions(), but I am not sure if Release in your case is a custom text field or a version field.

As for sprint filters, please, note that because of specific order of generators execution, filter by sprints works only as Transformation, or on the inserted structure (groups are created after filters run by default).


Regards,

Egor Tasa

ALM Works 

Ram June 23, 2020

Thank you Egor again for quick response.  In my case, FixVersion and Release are pointing to same.  But I am unable to find exact field name for "Release Status " to filter using JQL.   

 

After further research, I used ""fixVersion in unreleasedVersions()"  as SQL filter and it is working fine (only limitation is, if there are NO Stories Assigned to future Sprint/Releases they are not listed - but I can live with it )

Suggest an answer

Log in or Sign up to answer