This is what I am trying to create a filter for:
Work around is I put "US" in all the sub-tasks but I want to avoid that and pull based on stories that have "US" in them.
Thanks!
Solved! Go to Solution.
Not to my knowledge.
There are others plugins of course, but I dont think is doable without one.
thank you. I installed script runner.
The JQL query I used is:
issueFunction in subtasksOf("Project = S2AGT and Service Provider-BI = US")
But I got this error:
The parent story has service provider-BI = US populated and I want to pull the sub-tasks that contain this US value in the story. The sub-task doesn't have US populated so trying to avoid populating the US to all sub-tasks.
I think the problem is that you have to put inside ' ' your custom field.
Any of this two options should work.
1)issueFunction in subtasksOf("Project = S2AGT and 'Service Provider-BI' = US")
2)issueFunction in subtasksOf("Project = S2AGT and 'Service Provider-BI' ~ US")
The second one did the trick Gustavo. Thank you so much for saving me hours to look into a solution. Have a great day!
No problem, have a nice day
script runner is helpful here
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
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.