You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
We are using JQL Tricks Plugin which provides some excellent enhances to advanced query's.
However, if are unable to find a plugin/solution to solve this problem. We have parent/subtask issues where our parents are labeled with a particular label. We want to search for all subtasks where the parent has label x.
Something like:
project = "Test" parent('labels in ("mylabel")')
Anyone know how to perform this query?
Thanks.
-Mike
Can you try the following?
issue in parent("labels = \"mylabel\"")
You can also do the following if you want to search on multiple labels
issue in parent("labels in (\"mylabel\",\"some other label\")")
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.
Three years later, and this code doesn't work. I guess JQL's changed a lot since then. How would this be done now?
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.
Has anyone found a solution for this yet?
I would also need this but am not able to find a working query so far =/
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just have the same requirement and successfully make it happens
You can use something like
issueFunction in subtasksOf("labels = \"mylabel\"")
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.
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.
If you already heard about Smart Commits in Bitbucket, know that you just stumbled upon something even better (and smarter!): Genius Commits by Better DevOps Automation for Jira Data Center (+ Server...
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.