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, 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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.