The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi guys,
I need a JQL filter to see all tests which are linked to the stories in the current sprint.
I'd appreciate any help! Thanks in advance.
Best regards
Alex
Hi @SchuriiK
I think a query like that should help you, it gives all issues whose the type is Test and with linked issues whose the Srpint is SprintID and the type is Story.
issuetype = Test and issueFunction in linkedIssuesOf("issuetype = Story and Sprint = SprintID")
Hope it helps !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It doesn;t work for me. JQL gives me error saying issueFunction doesn't exist.
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.
Hi,
Just want to ask is there anyway to achieve aforesaid without using script runner plugin.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.