Hi
I have attached 3 projects A,B,C in all project boards.
Now for a current project D, the sprint of other projects are also viisible. I want to create a quick filter which shows the sprint of current project only. Please note that D project sprint may have issues from project A,B,C
@minakshi taly Got ur issue
create /update board with JQL as suggested earlier using opensprint()
Then go to Board configuring-> Swimlanes ->Base Swimlanes on -> provide query how u want
Thanks for the help , but this is not a permanent fix, everytime this filter JQL has to be changed with sprint ID or name.
Is there a way some dropdown can be created with all the active sprints
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @minakshi taly ,
Thanks for your response.
Could you please try something like this to show the issues for open sprints only -
Project = D and sprint in openSprints()
Note - Could you please respond inline instead of creating a new response as it's for other members to share input?
Cheers
Suvradip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply , problem with this is. project D sprints also contains the issue from project A,Bor C. If I put this query it does not displays issues from A,B,C project even though they are in the sprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@minakshi taly - Thanks for your reply.
Sprints can have multiple Projects items.
If I understood it correctly, you want to see all the open issues from all these projects.
Project in (A,B, C, D) and sprint in openSprints()
Please let me know if that helps.
Cheers
Suvradip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the quick reply.
Where I am getting stuck is project A,B,C are the projects which are attached at each project board, so if any project X,Y,Z creates the sprints with the issues from A,B,C project the sprint of project X,Y,Z is visible in project D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @minakshi taly ,
Thanks for posting.
I think we can search something like below -
Project = D and Sprint = X
This would display all the cards for the specific project in that sprint. If we want to filter with Type then you can add Type in this JQL.
Please accept the answer if it solves your query, else respond and allow others to share input.
Cheers
Suvradip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@minakshi taly What is the JQL you are using?
You can use JQL - project = A AND Sprint in (Sprint 1, Sprint 2, as per use case)
Let me know if this helps
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.