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
Plan, prioritize, and estimate upcoming work by creating and configuring agile Jira boards for company-managed projects.
Learning Path
Registered Scrum Basics™
Manage work more effectively by learning scrum basics from a global leader in agile transformation and training—and get credentialed by Scrum Inc.®