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.
I want a query to search for the fixVersion in the user story and show only particular issue type.
Hello,
What do you mean by particular subtask? What kind of subtask do you want to be shown?
Hi, @Alexey Matveev _cPrime_, I mean I want all the sub tasks for a issue type (for ex: security testing) based on fix version in the user story BUT show only that particular issuetype.
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 can not do it out of the box. You would need an add-on like Power Scripts or Adaptivist Scriptrunner. If you had Adaptivist Scriptrunner you could use the following JQL function
issueFunction in subtasksOf(" fixVersion = \"19 Sep 2017\"") and issuetype = "Testing"
If you had Power Scripts you could write your own JQL function. It is not also very difficult.
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.